1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-23 07:40:05 +02:00

Bugs1133, 1135: Only left click in track control panel should select track...

... or (with shift) de-select it, or (with drag) rearrange the track sequence.
This commit is contained in:
Paul Licameli 2015-08-08 18:47:36 -04:00
parent 17bfd6cfde
commit ad7c87359a

View File

@ -5533,10 +5533,11 @@ void TrackPanel::HandleLabelClick(wxMouseEvent & event)
}
#endif // USE_MIDI
}
if (!isleft) {
return;
}
}
// DM: If they weren't clicking on a particular part of a track label,
// deselect other tracks and select this one.