r292: *** empty log message ***
[ctsim.git] / libctgraphics / sgp.cpp
index ad33f758cda20e764a55cc52909ad788c8feaa6b..f22dd378300339355e4757e1b88a93d6222a269d 100644 (file)
@@ -7,7 +7,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: sgp.cpp,v 1.18 2000/12/16 06:12:47 kevin Exp $
+**  $Id: sgp.cpp,v 1.19 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
@@ -103,7 +103,8 @@ SGP::SGP (const SGPDriver& driver)
     m_font.SetPointSize (iTestPointSize);
     m_driver.idWX()->SetFont(m_font);
     double dTestCharHeight = m_driver.idWX()->GetCharHeight();
-    m_dPointsPerPixel = iTestPointSize / dTestCharHeight;
+    m_dPointsPerPixel = iTestPointSize / dTestCharHeight;\r
+       m_driver.idWX()->SetBrush (*wxWHITE_BRUSH);
   }
 #endif