LCL-Gtk2: Make default button work also when Listbox is focused. Issue #30298, patch from accorp.

git-svn-id: trunk@56030 -
This commit is contained in:
juha 2017-10-11 16:17:05 +00:00
parent 08a73bdac1
commit 548728f387

View File

@ -2176,7 +2176,8 @@ var
if (
GtkWidgetIsA(TargetWidget, gtk_type_entry) or
GtkWidgetIsA(TargetWidget, gtk_type_text_view)
GtkWidgetIsA(TargetWidget, gtk_type_text_view) or
GtkWidgetIsA(TargetWidget, gtk_type_tree_view)
)
and
(gdk_event_get_type(AEvent) = GDK_KEY_PRESS) and