hook the docview-specific customization of event handling logic at TryValidator(...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Sep 2008 00:33:11 +0000 (00:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Sep 2008 00:33:11 +0000 (00:33 +0000)
commitbba5e72ad3129a1c5660a7089c50865bc93be1a6
tree51a85076c870026c8f4f5b069d7e0a7327707b70
parent8319fb52122dcbdf4c245ba4067ba5afc1f5eda4
hook the docview-specific customization of event handling logic at TryValidator() level instead of ProcessEvent(): this ensures that the events are not sent to wxApp before they're passed to all the handlers which might process them (before the events were passed to wxDocument and then immediately to wxApp)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/docmdi.h
include/wx/docview.h
src/common/docmdi.cpp
src/common/docview.cpp