]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing event.Skip(), now menus work properly
authorKarsten Ballüder <ballueder@usa.net>
Fri, 5 Nov 1999 09:56:19 +0000 (09:56 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Fri, 5 Nov 1999 09:56:19 +0000 (09:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/richedit/wxlwindow.cpp

index 415ac983ea7818f5da50638eddb8b09580df78d8..3780f8ccabd2ba0e448fd33c8883418c3ea79e99 100644 (file)
@@ -732,6 +732,7 @@ wxLayoutWindow::OnChar(wxKeyEvent& event)
    ScrollToCursor();
    // refresh the screen
    RequestUpdate(m_llist->GetUpdateRect());
+   event.Skip();
 }
 
 void