mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-26 14:41:14 +01:00
status bar state field. When you move to the menubar, the state field is no longer cleared. This was achieved by introducing a dummy field of width 0. When you first open a new audacity project, the state is stopped - previously the state only appeared after the first play/pause/etc command.
This commit is contained in:
@@ -563,7 +563,7 @@ void ScreenFrame::DoCapture(wxString captureMode)
|
||||
|
||||
mCommand->SetParameter(wxT("CaptureMode"), captureMode);
|
||||
if (!mCommand->Apply(mContext))
|
||||
mStatus->SetStatusText(wxT("Capture failed!"), 1);
|
||||
mStatus->SetStatusText(wxT("Capture failed!"), mainStatusBarField);
|
||||
Show();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user