]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.cpp
Compilation fix
[wxWidgets.git] / wxPython / src / helpers.cpp
index dee8d45844e5a906c20b2d92160fb0ac48a59774..e317a426be678b286118083442d5d278e9199650 100644 (file)
@@ -115,6 +115,10 @@ int  wxPyApp::MainLoop() {
 #endif
 
     if (initialized) {
+        if ( m_exitOnFrameDelete == Later ) {
+            m_exitOnFrameDelete = Yes;
+        }
+
         retval = wxApp::MainLoop();
         OnExit();
     }
@@ -213,7 +217,6 @@ void __wxPreStart()
 }
 
 
-
 // Start the user application, user App's OnInit method is a parameter here
 PyObject* __wxStart(PyObject* /* self */, PyObject* args)
 {