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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user