From 12bba77343654dc309a69ca2bcb5e0041c658395 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 26 Sep 2001 22:21:42 +0000 Subject: [PATCH] removed wxBusyCursorSuspender use git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/dialog.cpp | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.45.2