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

Update status bar field widths in case of language change

This commit is contained in:
Paul Licameli
2019-07-02 20:45:00 -04:00
parent 68999934e0
commit 312911645e
2 changed files with 11 additions and 0 deletions

View File

@@ -899,6 +899,12 @@ void ProjectWindow::OnThemeChange(wxCommandEvent& evt)
AdornedRulerPanel::Get( project ).ReCreateButtons();
}
void ProjectWindow::UpdatePrefs()
{
// Update status bar widths in case of language change
UpdateStatusWidths();
}
void ProjectWindow::FinishAutoScroll()
{
// Set a flag so we don't have to generate two update events