1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 09:09:47 +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,9 +5533,10 @@ void TrackPanel::HandleLabelClick(wxMouseEvent & event)
}
#endif // USE_MIDI
if (!isleft) {
return;
}
}
if (!isleft) {
return;
}
// DM: If they weren't clicking on a particular part of a track label,