r450: Fixed tick-labels
[ctsim.git] / src / dlgreconstruct.cpp
index 4fd7b1af7e8bc971c1433520aee74a0418cd6dbd..6f4cff46f05f6fc78ea477fd3a59e2ad220cc920 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: dlgreconstruct.cpp,v 1.13 2001/01/02 16:02:13 kevin Exp $
+**  $Id: dlgreconstruct.cpp,v 1.14 2001/01/27 21:02:20 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
@@ -172,7 +172,7 @@ ReconstructDialog::showView (int iViewNumber, bool bBackprojectView)
                m_pSGP->drawText (szProgress);
                m_pSGP->setTextSize (dCharHeight);
                
-               m_pSGP->setViewport (0.0, 0.1, 0.66, 1.);
+               // m_pSGP->setViewport (0.0, 0.1, 0.66, 1.); // viewport equiv now done in subroutine
                m_rReconstructor.reconstructView (iViewNumber, 1, m_pSGP, bBackprojectView);
                
                ImageFileArrayConst v = m_rImageFile.getArray();