]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/window.cpp
relay mouse move events to the tooltips even when the window itself doesn't have...
[wxWidgets.git] / src / msw / window.cpp
index c71dc34bff51607c2828fda1671e7de86e62ef0f..2591047c61cc4463e5d9fb9804b288d65d64f80a 100644 (file)
@@ -1970,7 +1970,7 @@ bool wxWindowMSW::DoPopupMenu(wxMenu *menu, int x, int y)
 #if defined(__WXWINCE__)
     UINT flags = 0;
 #else
-    UINT flags = TPM_RIGHTBUTTON;
+    UINT flags = TPM_RIGHTBUTTON | TPM_RECURSE;
 #endif
     ::TrackPopupMenu(hMenu, flags, point.x, point.y, 0, hWnd, NULL);