1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-16 15:57:52 +01:00

All Toolbars define RegenerateTooltips; invoke during project init...

... and UpdatePrefs
This commit is contained in:
Paul Licameli
2016-06-11 23:28:01 -04:00
parent 16933363fe
commit e844b07a46
18 changed files with 37 additions and 16 deletions

View File

@@ -209,6 +209,8 @@ void SpectralSelectionBar::UpdatePrefs()
// Set label to pull in language change
SetLabel(_("Spectral Selection"));
RegenerateTooltips();
// Give base class a chance
ToolBar::UpdatePrefs();
}