X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fgraph3dview.cpp;h=9c9b8fa699411e71228a3d6ad68c90d40d69a2dd;hp=39d54c4a1e9c76780fe33d7cd6f8d6a0d39a59d9;hb=8c4bf782e9f152e1c7a6af45337ebf1c65b1c150;hpb=87748a0c3854cd5b2660baad217cf7071cb24be2 diff --git a/src/graph3dview.cpp b/src/graph3dview.cpp index 39d54c4..9c9b8fa 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.30 2002/10/24 20:09:55 kevin Exp $ +** $Id: graph3dview.cpp,v 1.31 2002/10/24 21:05:28 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,9 @@ Graph3dFileView::CreateChildFrame (wxDocument *doc, wxView *view) -// EVT_PAINT(Graph3dFileCanvas::OnPaint) BEGIN_EVENT_TABLE(Graph3dFileCanvas, wxGLCanvas) +EVT_PAINT(Graph3dFileCanvas::OnDraw) EVT_SIZE(Graph3dFileCanvas::OnSize) EVT_CHAR(Graph3dFileCanvas::OnChar) EVT_MOUSE_EVENTS(Graph3dFileCanvas::OnMouseEvent)