Fixed a bug in the latest 'micro optimization' - was skipping one

of each two events.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-03-15 03:30:40 +00:00
parent f6f13cd4a8
commit bac6b9676c

View File

@@ -827,8 +827,6 @@ bool wxEvtHandler::SearchEventTable(wxEventTable& table, wxEvent& event)
return !event.GetSkipped();
}
}
i++;
}
return FALSE;