From e3fc616c075aef032dbb21400690e9cf6760b430 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 14 Oct 2001 22:18:35 +0000 Subject: [PATCH] wxBusycursorSuspender used in wxMGL as well (we need it for other platforms as well, I'm afraid) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/dialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/univ/dialog.cpp b/src/univ/dialog.cpp index 4116e83c3d..6b42e73d02 100644 --- a/src/univ/dialog.cpp +++ b/src/univ/dialog.cpp @@ -196,9 +196,9 @@ int wxDialog::ShowModal() wxASSERT_MSG( !m_windowDisabler, _T("disabling windows twice?") ); -#ifdef __WXGTK__ +#if defined(__WXGTK__) || defined(__WXMGL__) wxBusyCursorSuspender suspender; - // FIXME - make sure busy cursor disappears under MSW too + // FIXME (FIXME_MGL) - make sure busy cursor disappears under MSW too #endif m_windowDisabler = new wxWindowDisabler(this); -- 2.45.2