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:
Alejandro Martinez
2015-01-26 22:38:44 -03:00
parent 276c712dee
commit 721c76f062
2 changed files with 2103 additions and 2 deletions

View File

@@ -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);

File diff suppressed because it is too large Load Diff