Don't return true from DoTryChain() if the event wasn't really processed.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Jun 2010 22:57:48 +0000 (22:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Jun 2010 22:57:48 +0000 (22:57 +0000)
commite0520316922cb14314035f3ba6a596eb95ee9eec
treec4d641a451bd58746567760aabd293d894a8e13e
parent3be6f59151607e392eda6ccd91ede065c4f43a8e
Don't return true from DoTryChain() if the event wasn't really processed.

Correct the return value when an event handler didn't honour "process only in
this handler" flag: we shouldn't pass the event to the further handlers in
this case but we shouldn't return true neither as the event wasn't really
processed.

This corrects background painting of wxHtmlWindow broken by previous changes.

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