Fix hang on termination of wxProgressDialog with wxPD_AUTO_HIDE style.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 14 Sep 2010 10:24:35 +0000 (10:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 14 Sep 2010 10:24:35 +0000 (10:24 +0000)
commit4be95bef8c96a20b0cfe04616b37867d3c8e6e50
tree7b330e33bb0e51474d511cf195320bffb77b768f
parentb955766e883accfd019d7ebd8261afb8098213ef
Fix hang on termination of wxProgressDialog with wxPD_AUTO_HIDE style.

We don't need to run a modal event loop waiting for the wxProgressDialog to be
closed when it has wxPD_AUTO_HIDE style because it does it on its own.

Closes #12472.

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