use ProcessEventHere() instead of ProcessEvent() in TryValidator() to avoid passing...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Sep 2008 00:34:14 +0000 (00:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Sep 2008 00:34:14 +0000 (00:34 +0000)
commit92089d00a197283b3d96dbe7f20ed19972282d5d
tree124648c22b8484373478ecf3b1ad76c6a8292f3e
parentbba5e72ad3129a1c5660a7089c50865bc93be1a6
use ProcessEventHere() instead of ProcessEvent() in TryValidator() to avoid passing the unhandled event to wxApp before it can be processed by this window itself

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/wincmn.cpp