mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-17 08:17:59 +01:00
Fix Automation listing
- Now correctly shows optional fields - Now includes the zero-parameter commands. - Fetches the Short-Names for menu commands.
This commit is contained in:
committed by
Paul Licameli
parent
78fbb6e21f
commit
5c2f35d96f
@@ -63,7 +63,7 @@ bool SetClipCommand::DefineParams( ShuttleParams & S ){
|
||||
S.Optional( bHasColour ).DefineEnum( mColour, wxT("Color"), kColour0, colours );
|
||||
// Allowing a negative start time is not a mistake.
|
||||
// It will be used in demonstrating time before zero.
|
||||
S.Optional( bHasT0 ).Define( mT0, wxT("Start"), -5.0, 0.0, 1000000.0);
|
||||
S.Optional( bHasT0 ).Define( mT0, wxT("Start"), 0.0, -5.0, 1000000.0);
|
||||
return true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user