]> git.saurik.com Git - wxWidgets.git/commit
don't terminate the event loop in EndModal() if it was already terminated because...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 18 Aug 2008 11:51:53 +0000 (11:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 18 Aug 2008 11:51:53 +0000 (11:51 +0000)
commitbfafa6288ffea13f3653610de52ebe5cb609f468
treefb7e33a4cd33528c43c3b484ae5243081f728057
parent42561c3caf6d96fbe208d65264d687091e67ed7c
don't terminate the event loop in EndModal() if it was already terminated because of an exception thrown inside it (#9838)

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