]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/frame.cpp
use custom class which doesn't redraw everything on resize instead of SysTabCtl32...
[wxWidgets.git] / src / msw / frame.cpp
index 06e51b1f688e4bd11f4a7211d0ed031eba36e3b1..395a6602e1768716c9bd4b9a16c2f102bbc665ca 100644 (file)
@@ -169,6 +169,10 @@ IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow)
 
 void wxFrame::Init()
 {
+#if wxUSE_MENUS
+    m_hMenu = NULL;
+#endif // wxUSE_MENUS
+
 #if wxUSE_TOOLTIPS
     m_hwndToolTip = 0;
 #endif