]> git.saurik.com Git - wxWidgets.git/commit
Ensure that validators work even in presence of pushed event handlers.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Jul 2010 11:53:08 +0000 (11:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Jul 2010 11:53:08 +0000 (11:53 +0000)
commit4b6d82c73925712233e68a773f6099f5de8b9222
treef754bc8aea0d82cc7cf289c8ad102f9f7c3b3393
parent2933f70a8bc80a12097fac5ae9e63e4a34005121
Ensure that validators work even in presence of pushed event handlers.

Call pre-processing hooks for each of the handlers in the chain and not only
the first one. This ensures that a validator (which is invoked during the
pre-processing stage) of a window is used even if a window has an event
handler pushed on top of it.

Closes #12177.

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