1
0
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:
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)
{
mRack = new EffectRack();
mRack->CenterOnParent();
}
return mRack;