r303: *** empty log message ***
[ctsim.git] / src / dlgreconstruct.cpp
index 7fb47d22251416afccf40b523fd8faabeb35ceb9..3dcd74a11065501eb2ee59716bb9e6daab837b4e 100644 (file)
@@ -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\r
                m_pSGP->eraseWindow();\r
-               Refresh();\r
-               
+               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<double>(m_rProjections.nView()));
                m_pSGP->setViewport (0, 0, 1, 1);