1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00

Update VRulers after macro vzoom command

This commit is contained in:
Steve Daulton 2018-11-12 01:37:11 +00:00
parent 42e0cd7f25
commit 520659f0de

View File

@ -394,6 +394,8 @@ bool SetTrackVisualsCommand::ApplyInner(const CommandContext & context, Track *
mVZoomTop = c + ZOOMLIMIT / 2.0;
}
wt->SetDisplayBounds(mVZoomBottom, mVZoomTop);
TrackPanel *const tp = ::GetActiveProject()->GetTrackPanel();
tp->UpdateVRulers();
}
if( wt && bHasUseSpecPrefs ){