r413: no message
[ctsim.git] / libctsim / scanner.cpp
index 465523a1e3bc5e8fef7fa19b679f8aaaf436ae17..453e913f99feff3a30c17a635880512e89b1bdbc 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: scanner.cpp,v 1.24 2001/01/17 06:38:06 kevin Exp $
+**  $Id: scanner.cpp,v 1.25 2001/01/17 11:00:18 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
@@ -538,10 +538,10 @@ Scanner::traceShowParamRasterOp (int iRasterOp, const char *szLabel, const char
     double dYPos = m_dYMaxWin - (row * m_dTextHeight);
     m_pSGP->moveAbs (m_dXMinWin, dYPos);
     m_pSGP->setTextColor (color, -1);
-//    m_pSGP->drawText (szLabel);
+    m_pSGP->drawText (szLabel);
     double dValueOffset = (m_dXMaxWin - m_dXMinWin) / 4;
     m_pSGP->moveAbs (m_dXMinWin + dValueOffset, dYPos);
-//    m_pSGP->drawText (szValue);
+    m_pSGP->drawText (szValue);
   } else 
 #endif
   {