X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdlgprojections.cpp;h=b7f494b017479d1b15af1edfca2d03d5e5f80af7;hb=dcc87ab716636e2464e104e6d79d031b2ec6b925;hp=9921cbe1804bd380cd831aab0f23341e292e8992;hpb=f7ee98f7d964ed361068179f0e7ea4475ed1abdf;p=ctsim.git diff --git a/src/dlgprojections.cpp b/src/dlgprojections.cpp index 9921cbe..b7f494b 100644 --- a/src/dlgprojections.cpp +++ b/src/dlgprojections.cpp @@ -7,9 +7,7 @@ ** Date Started: August 2000 ** ** This is part of the CTSim program - ** Copyright (c) 1983-2001 Kevin Rosenberg - ** - ** $Id$ + ** Copyright (c) 1983-2009 Kevin Rosenberg ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -129,7 +127,7 @@ BEGIN_EVENT_TABLE(ProjectionsDialog, wxDialog) m_pSGP->setTextPointSize(10); #ifdef __WXMAC__ - MacUpdateImmediately(); + // MacUpdateImmediately(); #endif } @@ -195,7 +193,7 @@ ProjectionsDialog::projectView (int iViewNumber) } #ifdef __WXMAC__ - MacUpdateImmediately(); + // MacUpdateImmediately(); #endif return m_state != Cancelled;