mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +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()
|
void ToolsToolBar::UpdatePrefs()
|
||||||
{
|
{
|
||||||
RegenerateTooltips();
|
RegenerateTooltips();
|
||||||
|
ToolBar::UpdatePrefs();
|
||||||
}
|
}
|
||||||
|
|
||||||
AButton * ToolsToolBar::MakeTool( teBmps eTool,
|
AButton * ToolsToolBar::MakeTool( teBmps eTool,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user