deal with the situation when a (dynamic) event handler disconnects itself during...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Mar 2006 21:50:44 +0000 (21:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Mar 2006 21:50:44 +0000 (21:50 +0000)
commit7fce89b9441f5a7c885086af6e0d1bf981156c49
tree4e2d3f5ee98e27778092480939e2f1f2076eef36
parent2e91d506b28baaa2234725751b1805864c970d58
deal with the situation when a (dynamic) event handler disconnects itself during its execution (and skips the event, too): this is used to crash but there is no reason it should

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