diff --git a/src/commands/SetTrackInfoCommand.cpp b/src/commands/SetTrackInfoCommand.cpp index 86cc9616a..f81fa85fb 100644 --- a/src/commands/SetTrackInfoCommand.cpp +++ b/src/commands/SetTrackInfoCommand.cpp @@ -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 ){