From e95b8d5a8c09551a1f5a363647eb1980055dfbae Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 20 Sep 2005 10:05:46 +0000 Subject: [PATCH] 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 --- src/motif/dialog.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.45.2