13
0

LT: at the end of a track drag, do not auto connect if there was no reordering

This commit is contained in:
Paul Davis 2024-08-08 18:58:14 -06:00
parent e9dd896f9a
commit 7e19ddbd3f

View File

@ -2649,6 +2649,10 @@ private:
, suspender (s) , suspender (s)
{} {}
~TrackDrag() {
suspender.did_move = did_reorder;
}
}; };
TrackDrag* track_drag; TrackDrag* track_drag;