From: Vadim Zeitlin Date: Mon, 22 Sep 2008 00:08:28 +0000 (+0000) Subject: extracted the part of ProcessEvent() which is repeated multiple times during the... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/25250d335f869088a3551db226f25079c28f65fb?ds=sidebyside;hp=25250d335f869088a3551db226f25079c28f65fb extracted the part of ProcessEvent() which is repeated multiple times during the handling of a single event in the new ProcessEventHere() method; this ensures that wxApp::FilterEvent() is not called multiple times for the same event unnecessarily git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 ---