From 305ea081c3308c3d936c801dedddabdbc9b0c37d Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 3 Feb 2001 18:43:43 +0000 Subject: [PATCH] r485: no message --- src/graph3dview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. } -- 2.34.1