extracted the part of ProcessEvent() which is repeated multiple times during the...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Sep 2008 00:08:28 +0000 (00:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Sep 2008 00:08:28 +0000 (00:08 +0000)
commit25250d335f869088a3551db226f25079c28f65fb
tree49071919b54acc520790732e07af8681ffa8d724
parent9d9c1c24d7d1a68da02a7fbb4b4c7459139a1df6
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
include/wx/event.h
src/common/event.cpp