r292: *** empty log message ***
[ctsim.git] / src / dlgreconstruct.cpp
index 7ec1d326d03135e7d0a372bc1e3b680d6a3f3804..35184ebec216a56adbe3fb4e395f28ee6c81e20d 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: dlgreconstruct.cpp,v 1.8 2000/12/17 22:30:34 kevin Exp $
+**  $Id: dlgreconstruct.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
@@ -324,10 +324,11 @@ void ReconstructDialog::OnClose(wxCloseEvent& event)
 
 void
 ReconstructDialog::OnPaint (wxPaintEvent& event)
-{
+{\r
   wxPaintDC paintDC (this);\r
-  if (m_state == Paused)
-    paintDC.DrawBitmap(m_bitmap, 0, 0, false);
+  if (m_state == Paused) {
+    paintDC.DrawBitmap(m_bitmap, 0, 0, false);\r
+  }\r
 }