1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-22 16:41:18 +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

@@ -49,6 +49,7 @@ class SelectionBar final : public ToolBar {
void SetSelectionFormat(const wxString & format);
void SetRate(double rate);
void SetListener(SelectionBarListener *l);
void RegenerateTooltips() override {};
private: