mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 00:29:41 +02:00
Bug 646: PluginRegistrationDialog now centred on screen rather than on (not-yet-existent) parent
This commit is contained in:
parent
4c2544874d
commit
1706aaca69
@ -221,7 +221,8 @@ void PluginRegistrationDialog::PopulateOrExchange(ShuttleGui &S)
|
|||||||
Layout();
|
Layout();
|
||||||
Fit();
|
Fit();
|
||||||
SetSizeHints(GetSize());
|
SetSizeHints(GetSize());
|
||||||
Center();
|
// Parent window is usually not there yet, so centre on screen rather than on parent.
|
||||||
|
CenterOnScreen();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user