From: Kevin M. Rosenberg Date: Sat, 3 Feb 2001 18:43:43 +0000 (+0000) Subject: r485: no message X-Git-Tag: debian-4.5.3-3~532 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=305ea081c3308c3d936c801dedddabdbc9b0c37d r485: no message --- diff --git a/src/graph3dview.cpp b/src/graph3dview.cpp index 9526df4..fee78aa 100644 --- a/src/graph3dview.cpp +++ b/src/graph3dview.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: graph3dview.cpp,v 1.8 2001/02/03 18:38:42 kevin Exp $ +** $Id: graph3dview.cpp,v 1.9 2001/02/03 18:43: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 @@ -835,7 +835,7 @@ Graph3dFileCanvas::OnMouseEvent(wxMouseEvent& event) void Graph3dFileCanvas::OnEraseBackground(wxEraseEvent& event) { - wxGLCanvas::OnEraseBackground(event); // Do nothing: avoid flashing. +// wxGLCanvas::OnEraseBackground(event); // Do nothing: avoid flashing. }