git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21983
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Implement internal behaviour (menu updating on some platforms)
void wxFrameBase::OnInternalIdle()
{
// Implement internal behaviour (menu updating on some platforms)
void wxFrameBase::OnInternalIdle()
{
+ wxTopLevelWindow::OnInternalIdle();
+
#if wxUSE_MENUS && wxUSE_IDLEMENUUPDATES
if (wxUpdateUIEvent::CanUpdate(this))
DoMenuUpdates();
#if wxUSE_MENUS && wxUSE_IDLEMENUUPDATES
if (wxUpdateUIEvent::CanUpdate(this))
DoMenuUpdates();