mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-17 03:30:26 +02:00
Fix scripting bug where missing parameters gave syntax error
In these cases the default parameters should have been used instead. Also the Help command now gives Help on Help by default.
This commit is contained in:
@@ -245,6 +245,8 @@ bool Shuttle::TransferString( const wxString & Name, wxString & strValue, const
|
||||
{
|
||||
strValue = mValueString;
|
||||
}
|
||||
else
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user