]> git.saurik.com Git - wxWidgets.git/commit
process one event at once in wxEvtHandler::ProcessPendingEvents() to prevent crashes...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Jan 2008 17:29:20 +0000 (17:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Jan 2008 17:29:20 +0000 (17:29 +0000)
commit19c4d91638c2546630c4427e39c02f5380a8bb87
tree4372a4f68a5dfe53c552b0a0caf742816609ce19
parent17808a759627b03c2acbe7333dd2386557e1b804
process one event at once in wxEvtHandler::ProcessPendingEvents() to prevent crashes when a (pending) event handler destroys the event handler object itself; only add the event handler to wxPendingEvents list if it's not already there (and explicitly mention that an object can be present in this list only once in the comment) (replaces patch 1837719)

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