From: Julian Smart Date: Tue, 20 Sep 2005 10:05:46 +0000 (+0000) Subject: IsModal() now has the newer meaning (equivalent of old IsModalShowing()) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e95b8d5a8c09551a1f5a363647eb1980055dfbae IsModal() now has the newer meaning (equivalent of old IsModalShowing()) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/motif/dialog.cpp b/src/motif/dialog.cpp index 4be633c308..cf91fefe54 100644 --- a/src/motif/dialog.cpp +++ b/src/motif/dialog.cpp @@ -370,6 +370,8 @@ void wxDialog::EndModal(int retCode) m_modalShowing = false; m_eventLoop->Exit(); + + SetModal(false); } // Standard buttons