]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
strlen -> wxStrlen (patch 772985)
[wxWidgets.git] / src / common / framecmn.cpp
index e4456b0da6ed98225131d868aaa55d74a0c14ace..4abe465d336fe16bd33dd8658e0a18085245bd6b 100644 (file)
@@ -250,6 +250,8 @@ void wxFrameBase::OnMenuHighlight(wxMenuEvent& event)
 // Implement internal behaviour (menu updating on some platforms)
 void wxFrameBase::OnInternalIdle()
 {
+    wxTopLevelWindow::OnInternalIdle();
+    
 #if wxUSE_MENUS && wxUSE_IDLEMENUUPDATES
     if (wxUpdateUIEvent::CanUpdate(this))
         DoMenuUpdates();