1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-27 21:24:47 +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;
_time = 0;
_trackCount = 0;
_elevationGraph->clear();
_speedGraph->clear();