1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 08:30:06 +02:00

Effects Rack now appears center screen first time it is used.

This commit is contained in:
james.k.crook@gmail.com 2014-10-27 21:47:28 +00:00
parent 48f067a355
commit f0b3367a8a

View File

@ -379,6 +379,7 @@ EffectRack *EffectManager::GetRack()
if (!mRack) if (!mRack)
{ {
mRack = new EffectRack(); mRack = new EffectRack();
mRack->CenterOnParent();
} }
return mRack; return mRack;