git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11999
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxASSERT_MSG( !m_windowDisabler, _T("disabling windows twice?") );
wxASSERT_MSG( !m_windowDisabler, _T("disabling windows twice?") );
+#if defined(__WXGTK__) || defined(__WXMGL__)
wxBusyCursorSuspender suspender;
wxBusyCursorSuspender suspender;
- // FIXME - make sure busy cursor disappears under MSW too
+ // FIXME (FIXME_MGL) - make sure busy cursor disappears under MSW too
#endif
m_windowDisabler = new wxWindowDisabler(this);
#endif
m_windowDisabler = new wxWindowDisabler(this);