r1018: *** empty log message ***
[ctsim.git] / src / dlgprojections.cpp
index 76b0ae4e0a65693c7b677a6434f4e8aa39bc90d3..7624beb76f0227ec8b2acf8dc7abae4526e66862 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: dlgprojections.cpp,v 1.23 2001/02/22 11:05:38 kevin Exp $
+**  $Id: dlgprojections.cpp,v 1.24 2001/09/24 09:40:42 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
@@ -151,7 +151,7 @@ ProjectionsDialog::showView (int iViewNumber)
                if (m_iTrace >= Trace::TRACE_PLOT)
                        m_pSGP->setViewport (0, 0, 0.66, 1);
                ::wxYield();        // update the display
-               m_rScanner.collectProjections (m_rProjections, m_rPhantom, iViewNumber, 1, true, m_iTrace, m_pSGP);
+               m_rScanner.collectProjections (m_rProjections, m_rPhantom, iViewNumber, 1, m_rScanner.offsetView(), true, m_iTrace, m_pSGP);
                ::wxYield();        // update the display
                if (m_iTrace >= Trace::TRACE_PLOT) {
                        const DetectorArray& detArray = m_rProjections.getDetectorArray (iViewNumber);