Don't reset previous window event handler in PopEventHandler().
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2012 11:01:05 +0000 (11:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2012 11:01:05 +0000 (11:01 +0000)
commit0cafb0786ef8e0c33d2ea34e97c1b89ffc3fb70a
tree65b7e0e86f0a988fb53deb4e703ccdf5a6ec9d2b
parent06d14de207c7c4454bdc75efcefe01e63e93e16d
Don't reset previous window event handler in PopEventHandler().

This is harmless but also useless as the previous event handler of a wxWindow
is always NULL anyhow, so simply don't do this. This is consistent with
PushEventHandler() which doesn't call SetPreviousHandler() for the window
itself neither.

Closes #14353.

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