mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Fix LTM Zone display
.. when no data.
This commit is contained in:
@@ -288,7 +288,7 @@ LTMPlot::setData(LTMSettings *set)
|
||||
setAxisVisible(QwtAxis::xTop, false);
|
||||
|
||||
// remove the shading if it exists
|
||||
refreshZoneLabels(-1);
|
||||
refreshZoneLabels(QwtAxisId(-1,-1)); // turn em off
|
||||
|
||||
// remove the old markers
|
||||
refreshMarkers(settings, settings->start.date(), settings->end.date(), settings->groupBy, GColor(CPLOTMARKER));
|
||||
|
||||
Reference in New Issue
Block a user