From: Václav Slavík Date: Wed, 26 Sep 2001 22:21:42 +0000 (+0000) Subject: removed wxBusyCursorSuspender use X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/12bba77343654dc309a69ca2bcb5e0041c658395?hp=9b9cab370ff9bd3573be9afa7890072bbf6c55be removed wxBusyCursorSuspender use git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/univ/dialog.cpp b/src/univ/dialog.cpp index 0f5bd56000..0f5e47b9a4 100644 --- a/src/univ/dialog.cpp +++ b/src/univ/dialog.cpp @@ -190,8 +190,6 @@ int wxDialog::ShowModal() } } - wxBusyCursorSuspender cs; // temporarily suppress the busy cursor - Show(TRUE); m_isShowingModal = TRUE;