X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdlgprojections.cpp;h=6ac73fdcac33456145aa4120180e2f7fb94b08c3;hp=b816ae0ba6a88476d88ae0e8bf38638235002d3a;hb=9727d14397360a862a407b9c35efefe35925791b;hpb=992c6503c40979199dbe6a77e2b1d83735d3c2cb diff --git a/src/dlgprojections.cpp b/src/dlgprojections.cpp index b816ae0..6ac73fd 100644 --- a/src/dlgprojections.cpp +++ b/src/dlgprojections.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: dlgprojections.cpp,v 1.8 2000/12/17 22:30:34 kevin Exp $ +** $Id: dlgprojections.cpp,v 1.9 2000/12/18 02:23:43 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 @@ -150,7 +150,7 @@ ProjectionsDialog::showView (int iViewNumber) if (m_iTrace >= Trace::TRACE_PLOT) m_pSGP->setViewport (0, 0, 0.66, 1); ::wxYield(); // update the display - m_pSGP->setTextSize (1/25.); + // m_pSGP->setTextSize (1/100.); m_rScanner.collectProjections (m_rProjections, m_rPhantom, iViewNumber, 1, true, m_iTrace, m_pSGP); ::wxYield(); // update the display if (m_iTrace >= Trace::TRACE_PLOT) { @@ -278,7 +278,7 @@ void ProjectionsDialog::OnClose(wxCloseEvent& event) void ProjectionsDialog::OnPaint (wxPaintEvent& event) { - wxPaintDC paintDC (this); + wxPaintDC paintDC (this); if (m_state == Paused) { paintDC.DrawBitmap(m_bitmap, 0, 0, false); }