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:
parent
e5c07fae84
commit
91b59d8af1
@ -154,6 +154,7 @@ void ToolsToolBar::RegenerateTooltips()
|
||||
void ToolsToolBar::UpdatePrefs()
|
||||
{
|
||||
RegenerateTooltips();
|
||||
ToolBar::UpdatePrefs();
|
||||
}
|
||||
|
||||
AButton * ToolsToolBar::MakeTool( teBmps eTool,
|
||||
|
Loading…
x
Reference in New Issue
Block a user