mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-21 16:25:46 +01:00
Bug 646: PluginRegistrationDialog now centred on screen rather than on (not-yet-existent) parent
This commit is contained in:
@@ -221,7 +221,8 @@ void PluginRegistrationDialog::PopulateOrExchange(ShuttleGui &S)
|
||||
Layout();
|
||||
Fit();
|
||||
SetSizeHints(GetSize());
|
||||
Center();
|
||||
// Parent window is usually not there yet, so centre on screen rather than on parent.
|
||||
CenterOnScreen();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user