mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fixed minor interval alignment issue
The problem is barely noticeable in cycling activities but annoying for run and swim intervals. Added synthetic .csv for testing.
This commit is contained in:
@@ -36,10 +36,10 @@
|
||||
|
||||
#define mark() \
|
||||
{ \
|
||||
addInterval(start, previous->secs + recIntSecs_, \
|
||||
addInterval(start, previous->secs - recIntSecs_, \
|
||||
QString("%1").arg(interval)); \
|
||||
interval = point->interval; \
|
||||
start = point->secs; \
|
||||
start = point->secs - recIntSecs_; \
|
||||
}
|
||||
|
||||
const QChar deltaChar(0x0394);
|
||||
|
||||
2101
test/rides/20141231_160000-swim10x200.csv
Normal file
2101
test/rides/20141231_160000-swim10x200.csv
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user