]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/window.cpp
Use a " " (space) for the menu item if an empty string is used for an item in a wxCho...
[wxWidgets.git] / src / motif / window.cpp
index 0d3e0b548eabf875e1ae015acb40a1fa2c5aee45..257d9ce95330b54e9f3366b7f6f1ee0a315a5291 100644 (file)
@@ -38,6 +38,7 @@
 #endif
 
 #include "wx/evtloop.h"
+#include "wx/unix/utilsx11.h"
 
 #if  wxUSE_DRAG_AND_DROP
     #include "wx/dnd.h"
@@ -1083,7 +1084,6 @@ bool wxWindow::DoPopupMenu(wxMenu *menu, int x, int y)
 
     menu->SetId(1); /* Mark as popped-up */
     menu->CreateMenu(NULL, widget, menu, 0);
-    menu->SetInvokingWindow(this);
 
     menu->UpdateUI();