remove old wxMac workaround
[ctsim.git] / src / dlgprojections.cpp
index 9921cbe1804bd380cd831aab0f23341e292e8992..6058b5c0499bee1d770d246069cfdbb9341465de 100644 (file)
@@ -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;