mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
@@ -402,6 +402,10 @@ ErgFilePlot::setData(ErgFile *ergfile)
|
||||
setAxisScaleDraw(QwtPlot::xBottom, (timedraw=new HourTimeScaleDraw()));
|
||||
setAxisScale(xBottom, (double)0, 1000 * 60 * 60, 15*60*1000);
|
||||
}
|
||||
|
||||
// make the xBottom scale visible
|
||||
enableAxis(xBottom, true);
|
||||
setAxisVisible(xBottom, true);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user