r166: *** empty log message ***
[ctsim.git] / src / views.cpp
index 87e9e932135af1083e1f0cd4792ea9d63caf1011..077b9db2d9955bb0df51754a0155518fd400969f 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: views.cpp,v 1.10 2000/07/29 19:50:08 kevin Exp $
+**  $Id: views.cpp,v 1.11 2000/07/31 14:48:35 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
@@ -563,7 +563,7 @@ PhantomView::OnDraw (wxDC* dc)
   SGP sgp (driver);
   const Phantom& rPhantom = GetDocument()->getPhantom();
   sgp.setColor (C_RED);
-  rPhantom.draw (sgp);
+  rPhantom.show (sgp);
 }
 
 // ProjectionCanvas