Applied [ 652962 ] wxProgressDialog::Show(FALSE) bug
authorJulian Smart <julian@anthemion.co.uk>
Mon, 16 Dec 2002 10:57:48 +0000 (10:57 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 16 Dec 2002 10:57:48 +0000 (10:57 +0000)
commit7d1dcec23aac41ae49f26c846467b4aec67ae775
tree627061205910a85248bf65a78cb2f1ad36b002cd
parente5d94b6381c900575c6c78f726eae38e1673c4bc
Applied [ 652962 ] wxProgressDialog::Show(FALSE) bug

This fixes the problem where the application windows
were not being enabled prior to the progress dialog
being hidden in the situation where wxPD_AUTO_HIDE
was not used or was used but the end count was never
reached. This causes random applications to be
activated and brought to the front on Windows.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/progdlgg.h
src/generic/progdlgg.cpp