mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 07:31:19 +01:00
Effects Rack now appears center screen first time it is used.
This commit is contained in:
@@ -379,6 +379,7 @@ EffectRack *EffectManager::GetRack()
|
||||
if (!mRack)
|
||||
{
|
||||
mRack = new EffectRack();
|
||||
mRack->CenterOnParent();
|
||||
}
|
||||
|
||||
return mRack;
|
||||
|
||||
Reference in New Issue
Block a user