1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 15:23:48 +01:00

ScrubbingToolBar eats less idle time after commit 192530d

This commit is contained in:
Paul Licameli
2019-07-05 13:21:26 -04:00
parent dc88fe84d9
commit 8c59f66583
2 changed files with 9 additions and 7 deletions

View File

@@ -219,9 +219,7 @@ void ScrubbingToolBar::OnButton(wxCommandEvent &event)
void ScrubbingToolBar::EnableDisableButtons()
{
const auto scrubButton = mButtons[STBScrubID];
scrubButton->SetEnabled(true);
const auto seekButton = mButtons[STBSeekID];
seekButton->SetEnabled(true);
AudacityProject *p = &mProject;