1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-18 04:44:23 +02:00

Fixed some more display issues

This commit is contained in:
2016-08-20 11:28:08 +02:00
parent adcd603eec
commit bf69ef58ba
4 changed files with 4 additions and 4 deletions

View File

@ -109,9 +109,9 @@ void HeartRateGraph::showTracks(bool show)
{
_showTracks = show;
setInfo();
showGraph(show);
setXUnits();
setInfo();
redraw();
}