1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-05 11:13:16 +01:00

Select and Clip Menus

This commit is contained in:
Paul Licameli
2018-10-22 10:56:48 -04:00
parent 2792faa114
commit fb8b5029e5
11 changed files with 2240 additions and 2183 deletions

View File

@@ -690,7 +690,7 @@ wxColour MixerTrackCluster::GetTrackColor()
void MixerTrackCluster::HandleSelect(bool bShiftDown, bool bControlDown)
{
GetMenuCommandHandler(*mProject).HandleListSelection(*mProject,
SelectActions::DoListSelection(*mProject,
mTrack.get(), bShiftDown, bControlDown, true);
}