From c9114af70627010c81e80d0b3530554d2b06b9b1 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 1 Feb 2015 12:23:39 +0000 Subject: (svn r27131) -Fix: Dropdown- and tooltip-windows should not steal the focus. --- src/widgets/dropdown.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets') diff --git a/src/widgets/dropdown.cpp b/src/widgets/dropdown.cpp index e83772799..aecfc6b2f 100644 --- a/src/widgets/dropdown.cpp +++ b/src/widgets/dropdown.cpp @@ -82,7 +82,7 @@ static const NWidgetPart _nested_dropdown_menu_widgets[] = { static WindowDesc _dropdown_desc( WDP_MANUAL, NULL, 0, 0, WC_DROPDOWN_MENU, WC_NONE, - 0, + WDF_NO_FOCUS, _nested_dropdown_menu_widgets, lengthof(_nested_dropdown_menu_widgets) ); -- cgit v1.2.3-54-g00ecf