]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/dialog.cpp
Fixed compile errors, warnings and other DSMs, and improved comments.
[wxWidgets.git] / src / univ / dialog.cpp
index 0f5e47b9a4a4cec6fbda67794b0b6579b8248450..4116e83c3db8b6173b73042523f12cc196e61bef 100644 (file)
@@ -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;