mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 23:59:41 +02:00
Effects Rack now appears center screen first time it is used.
This commit is contained in:
parent
48f067a355
commit
f0b3367a8a
@ -379,6 +379,7 @@ EffectRack *EffectManager::GetRack()
|
||||
if (!mRack)
|
||||
{
|
||||
mRack = new EffectRack();
|
||||
mRack->CenterOnParent();
|
||||
}
|
||||
|
||||
return mRack;
|
||||
|
Loading…
x
Reference in New Issue
Block a user