Gtk3: fixed wrong cast.

This commit is contained in:
zeljan1 2025-03-27 08:37:07 +01:00
parent 06b6d79d37
commit 977a39c580

View File

@ -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: