mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-23 15:50: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:
parent
17bfd6cfde
commit
ad7c87359a
@ -5533,10 +5533,11 @@ void TrackPanel::HandleLabelClick(wxMouseEvent & event)
|
|||||||
}
|
}
|
||||||
#endif // USE_MIDI
|
#endif // USE_MIDI
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
if (!isleft) {
|
if (!isleft) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// DM: If they weren't clicking on a particular part of a track label,
|
// DM: If they weren't clicking on a particular part of a track label,
|
||||||
// deselect other tracks and select this one.
|
// deselect other tracks and select this one.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user