r3161: update to 3.6.0
[ctsim.git] / src / graph3dview.cpp
index 7d08275fb45e47a1775c98e7181bfce6cfc5ebfd..39d54c4a1e9c76780fe33d7cd6f8d6a0d39a59d9 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: graph3dview.cpp,v 1.29 2002/06/27 03:19:23 kevin Exp $
+**  $Id: graph3dview.cpp,v 1.30 2002/10/24 20:09:55 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
@@ -806,9 +806,10 @@ Graph3dFileView::CreateChildFrame (wxDocument *doc, wxView *view)
 
 
 
+// EVT_PAINT(Graph3dFileCanvas::OnPaint)
+
 BEGIN_EVENT_TABLE(Graph3dFileCanvas, wxGLCanvas)
 EVT_SIZE(Graph3dFileCanvas::OnSize)
-EVT_PAINT(Graph3dFileCanvas::OnPaint)
 EVT_CHAR(Graph3dFileCanvas::OnChar)
 EVT_MOUSE_EVENTS(Graph3dFileCanvas::OnMouseEvent)
 EVT_ERASE_BACKGROUND(Graph3dFileCanvas::OnEraseBackground)