]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dialog.cpp
Implement wxSTAY_ON_TOP for wxMessageDialog in wxGTK.
[wxWidgets.git] / src / motif / dialog.cpp
index 3955a68d4536e6385f011764ffde4e670c3f7e42..347e11354cfeb7aacdfadb6d45fd2e24f0b86ae8 100644 (file)
@@ -181,7 +181,7 @@ void wxDialog::SetModal(bool flag)
 
 wxDialog::~wxDialog()
 {
-    m_isBeingDeleted = true;
+    SendDestroyEvent();
 
     // if the dialog is modal, this will end its event loop
     Show(false);