]> git.saurik.com Git - wxWidgets.git/commitdiff
removed wxBusyCursorSuspender use
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 26 Sep 2001 22:21:42 +0000 (22:21 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 26 Sep 2001 22:21:42 +0000 (22:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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;