mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 23:59: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();
|
||||
Fit();
|
||||
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