1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-08 12:42:03 +01:00

AdornedRulerPanel updates itself in response to theme change event

This commit is contained in:
Paul Licameli
2019-06-10 09:12:33 -04:00
parent c742199d47
commit 1c1aca521d
3 changed files with 9 additions and 1 deletions

View File

@@ -734,7 +734,6 @@ void ProjectWindow::OnThemeChange(wxCommandEvent& evt)
if( pToolBar )
pToolBar->ReCreateButtons();
}
AdornedRulerPanel::Get( project ).ReCreateButtons();
}
void ProjectWindow::UpdatePrefs()