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:
parent
17bfd6cfde
commit
ad7c87359a
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user