mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Fix ScreenshotCommand
- Show Status immediately (Flush), don't wait for window to be closed. - Correct strings with _ in them. - Remove unhelpful 'Received Script Command' message.
This commit is contained in:
committed by
Paul Licameli
parent
85c36fe7fe
commit
1f605ccfc8
@@ -71,7 +71,7 @@ int ExecCommand(wxString *pIn, wxString *pOut)
|
||||
if (builder.WasValid())
|
||||
{
|
||||
AudacityProject *project = GetActiveProject();
|
||||
project->SafeDisplayStatusMessage(wxT("Received script command"));
|
||||
//project->SafeDisplayStatusMessage(wxT("Received script command"));
|
||||
OldStyleCommandPointer cmd = builder.GetCommand();
|
||||
ScriptCommandRelay::PostCommand(project, cmd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user