X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdlgprojections.cpp;fp=src%2Fdlgprojections.cpp;h=d8f5deb9d2d58246aa57e91e9ed353933a3461c7;hp=7976adc0253a4c9241498748d18858480a1790ed;hb=2c2e32c3658a534b8eeb676165dc388e85285b5d;hpb=9334cd3a62830f86fdfda005d19ced2d725b5f76 diff --git a/src/dlgprojections.cpp b/src/dlgprojections.cpp index 7976adc..d8f5deb 100644 --- a/src/dlgprojections.cpp +++ b/src/dlgprojections.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** - ** $Id: dlgprojections.cpp,v 1.25 2002/05/05 14:22:44 kevin Exp $ + ** $Id: dlgprojections.cpp,v 1.26 2002/05/30 06:27:46 kevin Exp $ ** ** 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 @@ -104,8 +104,8 @@ BEGIN_EVENT_TABLE(ProjectionsDialog, wxDialog) wxSize sizeDlg (500,500); if (sizeDlg.x != sizeDlg.y) { - sizeDlg.x = max(sizeDlg.x,sizeDlg.y); - sizeDlg.y = max(sizeDlg.x,sizeDlg.y); + sizeDlg.x = imax(sizeDlg.x,sizeDlg.y); + sizeDlg.y = imax(sizeDlg.x,sizeDlg.y); } if (m_iTrace >= Trace::TRACE_PLOT) sizeDlg.x += 250;