mirror of https://github.com/odrling/Aegisub
The progress dialogues should be centered on parent (too), certainly not on the primary monitor.
Originally committed to SVN as r2057.
This commit is contained in:
parent
50ba0270a1
commit
426917c9a6
|
@ -63,7 +63,7 @@ DialogProgress::DialogProgress(wxWindow *parent,wxString title,volatile bool *ca
|
|||
if (cancel) MainSizer->Add(cancelButton,0,wxALIGN_CENTER | wxLEFT | wxRIGHT | wxBOTTOM,5);
|
||||
MainSizer->SetSizeHints(this);
|
||||
SetSizer(MainSizer);
|
||||
Center();
|
||||
CenterOnParent();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue