diff --git a/src/effects/VST/VSTEffect.cpp b/src/effects/VST/VSTEffect.cpp index b30b74373..de9d8df77 100644 --- a/src/effects/VST/VSTEffect.cpp +++ b/src/effects/VST/VSTEffect.cpp @@ -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(); }