1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-31 00:55:13 +01:00

Added missing inicialization

This commit is contained in:
Martin Tůma 2017-02-13 20:12:48 +01:00
parent 51e9ef4416
commit 338ace6dff

View File

@ -6,6 +6,7 @@
SpeedGraph::SpeedGraph(QWidget *parent) : GraphTab(parent) SpeedGraph::SpeedGraph(QWidget *parent) : GraphTab(parent)
{ {
_units = Metric; _units = Metric;
_timeType = Total;
_showTracks = true; _showTracks = true;
setYUnits(); setYUnits();