X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdlgreconstruct.cpp;fp=src%2Fdlgreconstruct.cpp;h=3dcd74a11065501eb2ee59716bb9e6daab837b4e;hp=7fb47d22251416afccf40b523fd8faabeb35ceb9;hb=97806f8d59c470140da6ce75359d3219c05d9fd4;hpb=7fdb0496c8582134ebd84b91de3e399c8f95dbcd diff --git a/src/dlgreconstruct.cpp b/src/dlgreconstruct.cpp index 7fb47d2..3dcd74a 100644 --- a/src/dlgreconstruct.cpp +++ b/src/dlgreconstruct.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: dlgreconstruct.cpp,v 1.11 2000/12/18 06:32:13 kevin Exp $ +** $Id: dlgreconstruct.cpp,v 1.12 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 @@ -157,8 +157,10 @@ ReconstructDialog::showView (int iViewNumber, bool bBackprojectView) m_iLastView = iViewNumber; ::wxYield(); // update the display m_pSGP->eraseWindow(); - Refresh(); - + m_btnPause->Refresh(); + m_btnStep->Refresh(); + m_btnAbort->Refresh(); + char szProgress [256]; snprintf (szProgress, sizeof(szProgress), "Reconstructing View %d (%.1f%%)", iViewNumber, 100 * iViewNumber / static_cast(m_rProjections.nView())); m_pSGP->setViewport (0, 0, 1, 1);