Don't call wxMenuBarManager::CocoaInternalIdle(). It is about to be removed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -87,7 +87,6 @@ WX_IMPLEMENT_POSER(wxPoserNSApplication);
|
|||||||
{
|
{
|
||||||
wxASSERT(wxTheApp);
|
wxASSERT(wxTheApp);
|
||||||
wxASSERT(wxMenuBarManager::GetInstance());
|
wxASSERT(wxMenuBarManager::GetInstance());
|
||||||
wxMenuBarManager::GetInstance()->CocoaInternalIdle();
|
|
||||||
wxLogDebug("doIdle called");
|
wxLogDebug("doIdle called");
|
||||||
#ifdef __WXDEBUG__
|
#ifdef __WXDEBUG__
|
||||||
if(wxTheApp->IsInAssert())
|
if(wxTheApp->IsInAssert())
|
||||||
|
Reference in New Issue
Block a user