]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mdi.cpp
Do not propagate key events from child controls unless they have modifiers
[wxWidgets.git] / src / msw / mdi.cpp
index 0a72ab2ea7abdb06c253ad09b84e797dd984fd52..7ea3a70a66172edd62caf939ca533a0fb5a060ff 100644 (file)
@@ -732,7 +732,7 @@ bool wxMDIParentFrame::MSWTranslateMessage(WXMSG* msg)
     // but it doesn't check for the (custom) accelerators of the window menu
     // items as it's not part of the menu bar as it's handled by Windows itself
     // so we need to do this explicitly
-    if ( m_accelWindowMenu->Translate(this, msg) )
+    if ( m_accelWindowMenu && m_accelWindowMenu->Translate(this, msg) )
         return true;
 #endif // wxUSE_MENUS && wxUSE_ACCEL