]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/evtloop.cpp
removed unneeded duplication of DoSetSizeHints() in wxTLWBase (as wxWindow version...
[wxWidgets.git] / src / os2 / evtloop.cpp
index 08f615fe5051efeba6db1f35a74497cafd093871..187227a0b518e982f656ee10d2676250777ffcc6 100644 (file)
@@ -36,6 +36,7 @@
 #include "wx/ptr_scpd.h"
 
 #include "wx/os2/private.h"
+#include "wx/os2/private/timer.h"       // for wxTimerProc
 
 #if wxUSE_THREADS
     // define the array of QMSG strutures
@@ -277,6 +278,8 @@ int wxEventLoop::Run()
             wxMilliSleep(10);
     }
 
+    OnExit();
+
     return m_impl->GetExitCode();
 }