]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/evtloop.cpp
restored (as deprecated) accidentally removed wx{Dir|File}Dialog::Get/SetStyle()
[wxWidgets.git] / src / os2 / evtloop.cpp
index 08f615fe5051efeba6db1f35a74497cafd093871..e558aaefebd8ceee386c0af7425fbe125283e074 100644 (file)
@@ -277,6 +277,8 @@ int wxEventLoop::Run()
             wxMilliSleep(10);
     }
 
             wxMilliSleep(10);
     }
 
+    OnExit();
+
     return m_impl->GetExitCode();
 }
 
     return m_impl->GetExitCode();
 }