diff --git a/src/widgets/Ruler.cpp b/src/widgets/Ruler.cpp index 31abd3451..6f805737a 100644 --- a/src/widgets/Ruler.cpp +++ b/src/widgets/Ruler.cpp @@ -2024,6 +2024,9 @@ void AdornedRulerPanel::OnCapture(wxCommandEvent & evt) // if recording is initiated by a modal window (Timer Record). SetCursor(mCursorDefault); mIsRecording = true; + + // The quick play indicator is useless during recording + HideQuickPlayIndicator(); } else { SetCursor(mCursorHand);