mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 11:38:04 +02:00
Gtk3: fixed wrong cast.
This commit is contained in:
parent
06b6d79d37
commit
977a39c580
@ -1307,7 +1307,7 @@ begin
|
||||
if TGtk3ComboBox(Data).DroppedDown then
|
||||
exit;
|
||||
end;
|
||||
if not (csNoFocus in TCustomForm(TGtk3Widget(Data).LCLObject).ControlStyle) then
|
||||
if not (csNoFocus in TWinControl(TGtk3Widget(Data).LCLObject).ControlStyle) then
|
||||
TGtk3Widget(Data).GtkEventFocus(Widget, Event);
|
||||
end;
|
||||
GDK_CONFIGURE:
|
||||
|
Loading…
Reference in New Issue
Block a user