1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-23 15:14:24 +02:00

Yet another graph filtering change

This commit is contained in:
2015-10-16 18:28:47 +02:00
parent b398f04839
commit da81839529
5 changed files with 66 additions and 41 deletions

View File

@ -229,7 +229,7 @@ bool GUI::openFile(const QString &fileName)
gpx.track(track);
_elevationGraph->loadData(elevation);
_speedGraph->loadData(speed);
_speedGraph->loadData(speed, gpx.time());
_track->loadData(track);
if (_showPOIAction->isChecked())
_track->loadPOI(_poi);