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:
parent
519cb848a8
commit
bb44571b29
@ -732,6 +732,7 @@ wxLayoutWindow::OnChar(wxKeyEvent& event)
|
|||||||
ScrollToCursor();
|
ScrollToCursor();
|
||||||
// refresh the screen
|
// refresh the screen
|
||||||
RequestUpdate(m_llist->GetUpdateRect());
|
RequestUpdate(m_llist->GetUpdateRect());
|
||||||
|
event.Skip();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user