1
0
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:
James Crook
2018-02-10 17:38:02 +00:00
committed by Paul Licameli
parent 85c36fe7fe
commit 1f605ccfc8
5 changed files with 14 additions and 10 deletions

View File

@@ -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);