$ git log --oneliner --follow src/Gui/ComparePane.cppc85054ed6 ComparePane - Filter segments matching sport
cb092b9d7 Interval Metric config becomes Favourite Metrics
9a0b6e0bc qSort is deprecated, use std::sort
e79b474ea Add Context Help to Compare Pane and Workout Control
aaa788917 make the date range of relative seasons (e.g. in Trends) update as time passes (#3546)
fbd095a2d Split Global and Athlete configuration
80d7eed38 RideMetadata and friends moved to GlobalContext
1d9f570ed Introduce a Global Context
f51a6a6cb Remove Conditional Compilation for Qt < 5.9 (#3464)
c28966a1b Fix Compare Rides across Athletes BugI fancy c85054ed6 or c28966a1b is the culprit?
Its a QT bug- there are a number of drag and drop regressions from 5.12.x since 5.11 worked fine.I looked to work around it, but the simple answer is to build with Qt > 5.15.1 where most of these regressions finally got fixed.