]> git.saurik.com Git - wxWidgets.git/commit
Don't dispatch messages while waiting in worker thread in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Oct 2010 15:11:06 +0000 (15:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Oct 2010 15:11:06 +0000 (15:11 +0000)
commitef0fdf3914bf957feeadbac5a77505fc98d65e9b
treeedcf16366b829ef5e538a0d93d52b4d067146fe4
parentbd63e363c263e069521a5629bdff684948469747
Don't dispatch messages while waiting in worker thread in wxMSW.

We only want to continue dispatching messages while waiting for another thread
to terminate if we are waiting in the main thread.

Closes #12618.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/app.cpp