X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4052bd3e69edb56b59829388fa28a3d10a29ee8..f4bd67593eae8df6e9a9eb0b7e1374833dbc2a70:/src/univ/menu.cpp diff --git a/src/univ/menu.cpp b/src/univ/menu.cpp index 2f30a0a6d8..1a70ef1eb4 100644 --- a/src/univ/menu.cpp +++ b/src/univ/menu.cpp @@ -1515,7 +1515,7 @@ void wxMenuBar::Init() m_shouldShowMenu = FALSE; - // m_windowStyle |= wxNO_FULL_REPAINT_ON_RESIZE; + m_windowStyle |= wxNO_FULL_REPAINT_ON_RESIZE; } void wxMenuBar::Attach(wxFrame *frame) @@ -2242,7 +2242,7 @@ void wxMenuBar::PopupCurrentMenu(bool selectFirst) wxCHECK_RET( m_current != -1, _T("no menu to popup") ); // forgot to call DismissMenu()? - wxASSERT_MSG( !m_menuShown, _T("shouldn't show two menu at once!") ); + wxASSERT_MSG( !m_menuShown, _T("shouldn't show two menus at once!") ); // in any case, we should show it - even if we won't m_shouldShowMenu = TRUE;