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
This commit is contained in:
@@ -449,6 +449,7 @@ MSW:
|
||||
- Fix Cygwin 1.7 build (David Gangola).
|
||||
- Allow using wxDC::DrawText() with multiline texts.
|
||||
- Fix wxBitmapButton best size determination broken in 2.9.1.
|
||||
- Center task dialog-based wxProgressDialog on the parent (John Roberts).
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user