1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 15:20:15 +02:00

Hide the quick play indicator and guideline when recording starts

This commit is contained in:
Paul Licameli 2016-05-03 11:20:22 -04:00
parent 23e3e19b14
commit e67725f00f

View File

@ -2024,6 +2024,9 @@ void AdornedRulerPanel::OnCapture(wxCommandEvent & evt)
// if recording is initiated by a modal window (Timer Record). // if recording is initiated by a modal window (Timer Record).
SetCursor(mCursorDefault); SetCursor(mCursorDefault);
mIsRecording = true; mIsRecording = true;
// The quick play indicator is useless during recording
HideQuickPlayIndicator();
} }
else { else {
SetCursor(mCursorHand); SetCursor(mCursorHand);