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

Bug 1458 - Scrubbing Toolbar buttons do not update to show the action they will perform

This commit is contained in:
James Crook 2016-08-10 19:36:09 +01:00
parent e96edb8f26
commit 2a93e451b6

View File

@ -250,4 +250,5 @@ void ScrubbingToolBar::EnableDisableButtons()
barButton->PushDown();
else
barButton->PopUp();
RegenerateTooltips();
}