diff --git a/src/Menus.cpp b/src/Menus.cpp index 39c68fae0..a546d27d2 100644 --- a/src/Menus.cpp +++ b/src/Menus.cpp @@ -2726,6 +2726,7 @@ void AudacityProject::OnMoveToLabel(bool next) } else { GetViewInfo().selectedRegion = label->selectedRegion; + mTrackPanel->ScrollIntoView(GetViewInfo().selectedRegion.t0()); RedrawProject(); }