]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/frame.cpp
Apply parts of patch #1719888 to fix compilation on Mac and with
[wxWidgets.git] / src / msw / frame.cpp
index 19a148224f910b3bc8e527aaa3999097cf38cb2c..8f0ce449bc11cf5673bfe68be29604f70255e0cf 100644 (file)
@@ -1004,7 +1004,7 @@ bool wxFrame::HandleMenuSelect(WXWORD nItem, WXWORD flags, WXHMENU hMenu)
         // items opening popup menus (they don't have them anyhow) but do clear
         // the status line - otherwise, we would be left with the help message
         // for the previous item which doesn't apply any more
-        DoGiveHelp(wxEmptyString, false);
+        DoGiveHelp(wxEmptyString, true);
 
         return false;
     }