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
This commit is contained in:
Karsten Ballüder 1999-11-05 09:56:19 +00:00
parent 519cb848a8
commit bb44571b29

View File

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