mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-22 16:41:18 +01:00
Bug 2366 - Macros: Run does "Select All" ignoring setting in Tracks Behaviors Preferences
This commit is contained in:
@@ -20,6 +20,7 @@ namespace SelectUtilities {
|
||||
void DoSelectTimeAndTracks(
|
||||
AudacityProject &project, bool bAllTime, bool bAllTracks);
|
||||
void SelectAllIfNone( AudacityProject &project );
|
||||
bool SelectAllIfNoneAndAllowed( AudacityProject &project );
|
||||
void SelectNone( AudacityProject &project );
|
||||
void DoListSelection(
|
||||
AudacityProject &project, Track *t,
|
||||
|
||||
Reference in New Issue
Block a user