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:
parent
42e0cd7f25
commit
520659f0de
@ -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 ){
|
||||
|
Loading…
x
Reference in New Issue
Block a user