X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdlgprojections.cpp;h=a169de8cd6d22018e66931c760b7ec25cfcad77a;hb=2a3686d3bd1f690d318b81766c261da785cf9b57;hp=870f13bfb47c4190f8559f871cc43138ca469e11;hpb=188a31eeb786dc0db5986fc4e78a86db2eb5f067;p=ctsim.git diff --git a/src/dlgprojections.cpp b/src/dlgprojections.cpp index 870f13b..a169de8 100644 --- a/src/dlgprojections.cpp +++ b/src/dlgprojections.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: dlgprojections.cpp,v 1.12 2000/12/18 06:47:13 kevin Exp $ +** $Id: dlgprojections.cpp,v 1.13 2000/12/18 12:29:41 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 @@ -147,8 +147,10 @@ ProjectionsDialog::showView (int iViewNumber) if ( iViewNumber < m_rProjections.nView() ) { m_iLastView = iViewNumber; ::wxYield(); // update the display - m_pSGP->eraseWindow(); - Refresh(); + m_pSGP->eraseWindow(); + m_btnPause->Refresh(); + m_btnStep->Refresh(); + m_btnAbort->Refresh(); if (m_iTrace >= Trace::TRACE_PLOT) m_pSGP->setViewport (0, 0, 0.66, 1);