mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +00:00
AnalysisSidebar: Reinstate interval DRAG/DROP in list 2
- Apply change to RideFile
This commit is contained in:
@@ -370,6 +370,12 @@ RideFile::removeInterval(RideFileInterval*x)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
RideFile::moveInterval(int from, int to)
|
||||
{
|
||||
intervals_.move(from, to);
|
||||
}
|
||||
|
||||
struct ComparePointKm {
|
||||
bool operator()(const RideFilePoint *p1, const RideFilePoint *p2) {
|
||||
return p1->km < p2->km;
|
||||
|
||||
Reference in New Issue
Block a user