projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
return correct client area for at least the primary display, fixes the problems with...
[wxWidgets.git]
/
src
/
os2
/
evtloop.cpp
diff --git
a/src/os2/evtloop.cpp
b/src/os2/evtloop.cpp
index 08f615fe5051efeba6db1f35a74497cafd093871..e558aaefebd8ceee386c0af7425fbe125283e074 100644
(file)
--- a/
src/os2/evtloop.cpp
+++ b/
src/os2/evtloop.cpp
@@
-277,6
+277,8
@@
int wxEventLoop::Run()
wxMilliSleep(10);
}
+ OnExit();
+
return m_impl->GetExitCode();
}