added missing includes after wxUniv merge
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1669,8 +1669,8 @@ bool wxWindow::ProcessAccelerator(wxKeyEvent& event)
|
||||
wxAcceleratorEntry* entry = & (entries[i]);
|
||||
if (entry->MatchesEvent(event))
|
||||
{
|
||||
// Bingo, we have a match. Now find a control that matches the entry
|
||||
// command id.
|
||||
// Bingo, we have a match. Now find a control that matches the
|
||||
// entry command id.
|
||||
|
||||
// Need to go up to the top of the window hierarchy, since it might
|
||||
// be e.g. a menu item
|
||||
|
Reference in New Issue
Block a user