mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Big1822: Discard button of History window should remain disabled...
... during recording, even though Undo history might lengthen, such as for Ctrl+M (or Command+.) to drop a label, or moving of a Pan or Gain slider.
This commit is contained in:
@@ -242,7 +242,7 @@ void HistoryWindow::UpdateLevels()
|
||||
}
|
||||
|
||||
mLevels->Enable(mSelected > 0);
|
||||
mDiscard->Enable(mSelected > 0);
|
||||
mDiscard->Enable(!mAudioIOBusy && mSelected > 0);
|
||||
}
|
||||
|
||||
void HistoryWindow::OnDiscard(wxCommandEvent & WXUNUSED(event))
|
||||
|
Reference in New Issue
Block a user