]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/dialog.cpp
no changes, just remove trailing whitespace
[wxWidgets.git] / src / univ / dialog.cpp
index ad510bd277abc02c0f456bace842cfffeb194d5a..c98a5e91ac581b5ac7ca314192e3992417e6d9de 100644 (file)
@@ -53,6 +53,11 @@ void wxDialog::Init()
 
 wxDialog::~wxDialog()
 {
+    m_isBeingDeleted = true;
+
+    // if the dialog is modal, this will end its event loop
+    Show(false);
+
     delete m_eventLoop;
 }