r485: no message
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 3 Feb 2001 18:43:43 +0000 (18:43 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 3 Feb 2001 18:43:43 +0000 (18:43 +0000)
src/graph3dview.cpp

index 9526df4c03a81e587bfc2f08a855be2d4a49b466..fee78aa84c77c21d021d19221aa468981343e75e 100644 (file)
@@ -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.
 }