1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-04 13:40:58 +01: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).
SetCursor(mCursorDefault);
mIsRecording = true;
// The quick play indicator is useless during recording
HideQuickPlayIndicator();
}
else {
SetCursor(mCursorHand);