mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Histogram nointerval curve on season chart
This commit is contained in:
@@ -602,6 +602,8 @@ PowerHist::setData(RideFileCache *cache)
|
||||
wattsZoneArray[i] = cache->wattsZoneArray()[i];
|
||||
hrZoneArray[i] = cache->hrZoneArray()[i];
|
||||
}
|
||||
|
||||
curveSelected->hide();
|
||||
}
|
||||
|
||||
void
|
||||
@@ -770,6 +772,7 @@ PowerHist::setData(RideItem *_rideItem, bool force)
|
||||
curveSelected->setData(&zero, &zero, 0);
|
||||
replot();
|
||||
}
|
||||
curveSelected->show();
|
||||
zoomer->setZoomBase();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user