]> git.saurik.com Git - wxWidgets.git/commitdiff
IsModal() now has the newer meaning (equivalent of old IsModalShowing())
authorJulian Smart <julian@anthemion.co.uk>
Tue, 20 Sep 2005 10:05:46 +0000 (10:05 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 20 Sep 2005 10:05:46 +0000 (10:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/dialog.cpp

index 4be633c308e1167281f0ba88a96b30c5bce6351c..cf91fefe54fc4414d70147a72c5f80358c9893b1 100644 (file)
@@ -370,6 +370,8 @@ void wxDialog::EndModal(int retCode)
 
     m_modalShowing = false;
     m_eventLoop->Exit();
+
+    SetModal(false);
 }
 
 // Standard buttons