]> git.saurik.com Git - wxWidgets.git/commit
don't bubble up the events upwards the window hierarchy in non-last event handler...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Jul 2007 14:48:48 +0000 (14:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Jul 2007 14:48:48 +0000 (14:48 +0000)
commit21dffed2f6276244467fb4a81cc6437b258f9094
tree3178de9534e0d891a9633070b0ad1825ea31f22e
parentcabf4bca21709a501ca1fe13311744b3830bf28c
don't bubble up the events upwards the window hierarchy in non-last event handler in the event handlers chain as this results in passing the event more than once to the parent (and, indirectly, to wxApp)

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