mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-09 16:41:14 +02:00
Removed a disabled piece of track list selection...
... that interferes with track panel refactor
This commit is contained in:
parent
8da228748b
commit
f807f7fd6d
@ -6484,17 +6484,6 @@ bool TrackPanel::HandleTrackLocationMouseEvent(WaveTrack * track, const wxRect &
|
||||
return true;
|
||||
}
|
||||
|
||||
if( event.LeftDown() ){
|
||||
bool bShift = event.ShiftDown();
|
||||
bool bCtrlDown = event.ControlDown();
|
||||
bool unsafe = IsUnsafe();
|
||||
bCtrlDown = false;
|
||||
if( /*bShift ||*/ bCtrlDown ){
|
||||
|
||||
HandleListSelection(track, bShift, bCtrlDown, !unsafe);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user