]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/dialog.cpp
yet another fix for wxTextCtrl bg colour (patch 462838)
[wxWidgets.git] / src / univ / dialog.cpp
index 0f5bd5600093f5638e9a675c585fbad4b3609cee..0f5e47b9a4a4cec6fbda67794b0b6579b8248450 100644 (file)
@@ -190,8 +190,6 @@ int wxDialog::ShowModal()
         }
     }
 
-    wxBusyCursorSuspender cs; // temporarily suppress the busy cursor
-
     Show(TRUE);
 
     m_isShowingModal = TRUE;