X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12bba77343654dc309a69ca2bcb5e0041c658395..3baaf31317b1380ba9f33f8a23ff04bd20356d63:/src/univ/dialog.cpp diff --git a/src/univ/dialog.cpp b/src/univ/dialog.cpp index 0f5e47b9a4..4116e83c3d 100644 --- a/src/univ/dialog.cpp +++ b/src/univ/dialog.cpp @@ -196,6 +196,11 @@ int wxDialog::ShowModal() wxASSERT_MSG( !m_windowDisabler, _T("disabling windows twice?") ); +#ifdef __WXGTK__ + wxBusyCursorSuspender suspender; + // FIXME - make sure busy cursor disappears under MSW too +#endif + m_windowDisabler = new wxWindowDisabler(this); if ( !m_eventLoop ) m_eventLoop = new wxEventLoop;