Files
wxWidgets/src
Vadim Zeitlin 586c455167 Don't block in wxEventLoopManual::Dispatch() if loop was exited.
If Exit() was called from a handler for one of the pending events we could
reenter Dispatch() and block there indefinitely if no other events were coming
and this was exactly what happened in wxFileSystemWatcher unit test,
preventing it from ever running to completion under Unix.

Fix this by checking m_shouldExit after executing the pending handlers and
before calling Dispatch().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-04-28 22:24:54 +00:00
..
2012-01-15 14:46:41 +00:00
2011-09-28 09:46:02 +00:00
2012-01-18 17:55:54 +00:00
2011-05-03 18:24:15 +00:00
2012-03-25 23:33:43 +00:00
2012-03-08 16:45:17 +00:00
2011-05-03 18:24:15 +00:00