- // disable all other app windows
- wxASSERT_MSG( !m_windowDisabler, _T("disabling windows twice?") );
-
- m_windowDisabler = new wxWindowDisabler(this);
-
- // before entering the modal loop, reset the "is in OnIdle()" flag (see
- // comment in app.cpp)
- extern bool wxIsInOnIdleFlag;
- bool wasInOnIdle = wxIsInOnIdleFlag;
- wxIsInOnIdleFlag = FALSE;
-