mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 09:40:28 +02:00
gtk1 intf: fied compilation
git-svn-id: trunk@15870 -
This commit is contained in:
parent
ce714dde2c
commit
3dab9af10f
@ -37,7 +37,7 @@ begin
|
||||
|
||||
if (TObject(Target) is TCustomControl) and
|
||||
{$ifdef gtk1}
|
||||
GtkWidgetIsA(PGtkWidget(TCustomControl(Target).Handle), GTKAPIWidget_GetType) and
|
||||
GtkWidgetIsA(PGtkWidget(TCustomControl(Target).Handle), GTKAPIWidget_Type) and
|
||||
{$endif}
|
||||
not (csOpaque in TWinControl(Target).ControlStyle) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user