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:
zeljko 2011-07-04 16:58:08 +00:00
parent e9a0c2adee
commit 7b6d0a6667

View File

@ -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]);