mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Fixed broken track count when reloading files
This commit is contained in:
parent
64e65679fe
commit
7d749dfe5b
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user