mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-04 05:17:47 +02:00
ControlToolBar uses idle events to update status message for itself
This commit is contained in:
@@ -822,7 +822,6 @@ void ProjectWindow::Init()
|
||||
wxString msg = wxString::Format(_("Welcome to Audacity version %s"),
|
||||
AUDACITY_VERSION_STRING);
|
||||
statusBar->SetStatusText(msg, mainStatusBarField);
|
||||
ControlToolBar::Get( project ).UpdateStatusBar( &project );
|
||||
|
||||
wxTheApp->Bind(EVT_THEME_CHANGE, &ProjectWindow::OnThemeChange, this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user