X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.cpp;h=077b9db2d9955bb0df51754a0155518fd400969f;hp=87e9e932135af1083e1f0cd4792ea9d63caf1011;hb=980bef9b95bef1ab728634181a5672088fd47066;hpb=08a5cd04c3994d5ea24713b9b000791bd2e406fe diff --git a/src/views.cpp b/src/views.cpp index 87e9e93..077b9db 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -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