LT: at the end of a track drag, do not auto connect if there was no reordering
This commit is contained in:
parent
e9dd896f9a
commit
7e19ddbd3f
@ -2649,6 +2649,10 @@ private:
|
||||
, suspender (s)
|
||||
{}
|
||||
|
||||
~TrackDrag() {
|
||||
suspender.did_move = did_reorder;
|
||||
}
|
||||
|
||||
};
|
||||
TrackDrag* track_drag;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user