mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Update VRulers after macro vzoom command
This commit is contained in:
@@ -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 ){
|
||||
|
Reference in New Issue
Block a user