X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdlgreconstruct.cpp;fp=src%2Fdlgreconstruct.cpp;h=6f4cff46f05f6fc78ea477fd3a59e2ad220cc920;hp=4fd7b1af7e8bc971c1433520aee74a0418cd6dbd;hb=4a5567b8df652cc3168bb9d439bc23f973a2b5ea;hpb=3df2d0b46d75b796f2d0aeabdd78d60932d884ef diff --git a/src/dlgreconstruct.cpp b/src/dlgreconstruct.cpp index 4fd7b1a..6f4cff4 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.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();