Center task dialog-based wxProgressDialog on the parent window.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Nov 2010 13:11:02 +0000 (13:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Nov 2010 13:11:02 +0000 (13:11 +0000)
commita4984245b6e01e4534d841ea12008793dd2a312c
tree25ce3133c06c492ed445563c171857e36e1f8941
parentbbb03ec995a4e955a3f7a255dfeb05989924776a
Center task dialog-based wxProgressDialog on the parent window.

wxProgressDialog was created without the parent when using task dialogs so it
was centred on screen and not on its parent as usual. Fix this by explicitly
positioning it so that it's centered over the parent.

Closes #12699.

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