r3847: mac changes
[ctsim.git] / src / views.cpp
index 05f94c2e91f07eb7c593acb3dc9f765fc2f425f2..758390aef76217b731328588ae6bba1daf97fc26 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: views.cpp,v 1.162 2002/10/24 21:05:28 kevin Exp $
+**  $Id: views.cpp,v 1.163 2003/01/22 22:15:10 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
@@ -184,7 +184,7 @@ ImageFileCanvas::OnChar (wxKeyEvent& event)
     if (m_pView)
       m_pView->OnUpdate (NULL);
   } else
-    wxScrolledWindow::OnChar (event);
+    event.Skip();
 }
 
 wxSize