Histogram nointerval curve on season chart

This commit is contained in:
Mark Liversedge
2012-11-28 19:53:47 +00:00
parent 246c65312a
commit bb822fade8

View File

@@ -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();
}