From: Kevin Rosenberg Date: Sat, 1 Aug 2009 23:00:51 +0000 (-0600) Subject: remove old wxMac workaround X-Git-Tag: v5.0.2~4 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=bb09705ec0a20bf5b41b4248cf7800b000bc3fcb remove old wxMac workaround --- diff --git a/src/dlgprojections.cpp b/src/dlgprojections.cpp index 9921cbe..6058b5c 100644 --- a/src/dlgprojections.cpp +++ b/src/dlgprojections.cpp @@ -129,7 +129,7 @@ BEGIN_EVENT_TABLE(ProjectionsDialog, wxDialog) m_pSGP->setTextPointSize(10); #ifdef __WXMAC__ - MacUpdateImmediately(); + // MacUpdateImmediately(); #endif } @@ -195,7 +195,7 @@ ProjectionsDialog::projectView (int iViewNumber) } #ifdef __WXMAC__ - MacUpdateImmediately(); + // MacUpdateImmediately(); #endif return m_state != Cancelled;