1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 16:09:28 +02:00

Callthrough to base class UpdatePrefs was missing

This commit is contained in:
Paul Licameli 2017-10-25 19:34:09 -04:00
parent e5c07fae84
commit 91b59d8af1

View File

@ -154,6 +154,7 @@ void ToolsToolBar::RegenerateTooltips()
void ToolsToolBar::UpdatePrefs()
{
RegenerateTooltips();
ToolBar::UpdatePrefs();
}
AButton * ToolsToolBar::MakeTool( teBmps eTool,