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:
parent
23e3e19b14
commit
e67725f00f
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user