wxBusycursorSuspender used in wxMGL as well (we need it for other platforms as well, I'm afraid)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -196,9 +196,9 @@ int wxDialog::ShowModal()
|
|||||||
|
|
||||||
wxASSERT_MSG( !m_windowDisabler, _T("disabling windows twice?") );
|
wxASSERT_MSG( !m_windowDisabler, _T("disabling windows twice?") );
|
||||||
|
|
||||||
#ifdef __WXGTK__
|
#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
|
#endif
|
||||||
|
|
||||||
m_windowDisabler = new wxWindowDisabler(this);
|
m_windowDisabler = new wxWindowDisabler(this);
|
||||||
|
Reference in New Issue
Block a user