From: Karsten Ballüder Date: Fri, 5 Nov 1999 09:56:19 +0000 (+0000) Subject: added missing event.Skip(), now menus work properly X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bb44571b29a1830f1bc3a99f47ad550e0ed86b08 added missing event.Skip(), now menus work properly git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/richedit/wxlwindow.cpp b/samples/richedit/wxlwindow.cpp index 415ac983ea..3780f8ccab 100644 --- a/samples/richedit/wxlwindow.cpp +++ b/samples/richedit/wxlwindow.cpp @@ -732,6 +732,7 @@ wxLayoutWindow::OnChar(wxKeyEvent& event) ScrollToCursor(); // refresh the screen RequestUpdate(m_llist->GetUpdateRect()); + event.Skip(); } void