1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Fixed broken track count when reloading files

This commit is contained in:
Martin Tůma 2016-02-29 09:04:36 +01:00
parent 64e65679fe
commit 7d749dfe5b

View File

@ -552,6 +552,7 @@ void GUI::reloadFile()
{ {
_distance = 0; _distance = 0;
_time = 0; _time = 0;
_trackCount = 0;
_elevationGraph->clear(); _elevationGraph->clear();
_speedGraph->clear(); _speedGraph->clear();