mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-12-01 07:01:16 +01:00
Fixed exchanged min/max graph info
This commit is contained in:
parent
f379da61e3
commit
a882d1fe68
@ -13,8 +13,8 @@ public:
|
|||||||
|
|
||||||
qreal ascent() const {return _ascent;}
|
qreal ascent() const {return _ascent;}
|
||||||
qreal descent() const {return _descent;}
|
qreal descent() const {return _descent;}
|
||||||
qreal max() const {return _min;}
|
qreal max() const {return _max;}
|
||||||
qreal min() const {return _max;}
|
qreal min() const {return _min;}
|
||||||
|
|
||||||
void setUnits(Units units);
|
void setUnits(Units units);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user