From 6286f9b1efe8a0c4c9fdc4a2cf53c92de7acae5e Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Thu, 23 Jan 2014 04:46:17 +0000 Subject: [PATCH] fix wxPopupTransientWindow mouse events with GTK3, also fixes wxOwnerDrawnComboBox, wxDatePickerCtrl. closes #15874 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/popupcmn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/popupcmn.cpp b/src/common/popupcmn.cpp index 49ef9c8857..e50dc3e626 100644 --- a/src/common/popupcmn.cpp +++ b/src/common/popupcmn.cpp @@ -375,7 +375,7 @@ bool wxPopupTransientWindow::Show( bool show ) GdkDeviceManager* manager = gdk_display_get_device_manager(display); GdkDevice* device = gdk_device_manager_get_client_pointer(manager); gdk_device_grab(device, window, - GDK_OWNERSHIP_NONE, false, mask, NULL, unsigned(GDK_CURRENT_TIME)); + GDK_OWNERSHIP_NONE, true, mask, NULL, unsigned(GDK_CURRENT_TIME)); #else gdk_pointer_grab( window, true, mask,