]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dialog.cpp
Trace module initialization and cleanup.
[wxWidgets.git] / src / motif / dialog.cpp
index 4be633c308e1167281f0ba88a96b30c5bce6351c..8f234a2f20286a948d331dc960c72f5757a6fb75 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "dialog.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -196,6 +192,10 @@ bool wxDialog::DoCreate(wxWindow* parent,
     return true;
 }
 
+void wxDialog::DoDestroy()
+{
+}
+
 void wxDialog::SetModal(bool flag)
 {
 #ifdef __VMS
@@ -370,6 +370,8 @@ void wxDialog::EndModal(int retCode)
 
     m_modalShowing = false;
     m_eventLoop->Exit();
+
+    SetModal(false);
 }
 
 // Standard buttons