mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-15 22:20:44 +01:00
Gtk2: do not remove focus chain from combobox container, focusing by tab is fixed using another approach. issue #17662
git-svn-id: trunk@31560 -
This commit is contained in:
parent
e9a0c2adee
commit
7b6d0a6667
@ -1967,8 +1967,6 @@ begin
|
||||
DebugGtkWidgets.MarkCreated(Box,dbgsName(AWinControl));
|
||||
{$ENDIF}
|
||||
|
||||
gtk_container_set_focus_chain(PGtkContainer(Box), nil);
|
||||
|
||||
WidgetInfo := CreateWidgetInfo(Box, AWinControl, AParams);
|
||||
|
||||
ListStore := gtk_list_store_new (2, [G_TYPE_STRING, G_TYPE_POINTER, nil]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user