mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Script the images for Tracks page of manual.
- There's a problem with stem plot preference. It isn't reloading properly from batch but is from menu.
This commit is contained in:
committed by
Paul Licameli
parent
24e8bbc623
commit
65c160212e
@@ -89,7 +89,7 @@ int ExecCommand(wxString *pIn, wxString *pOut)
|
||||
wxString msg = ScriptCommandRelay::ReceiveResponse().GetMessage();
|
||||
while (msg != wxT("\n"))
|
||||
{
|
||||
wxLogDebug( "Msg: %s", msg );
|
||||
//wxLogDebug( "Msg: %s", msg );
|
||||
*pOut += msg + wxT("\n");
|
||||
msg = ScriptCommandRelay::ReceiveResponse().GetMessage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user