mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fix Constant Alt Initialisation Bug
.. now inits the bool.
This commit is contained in:
@@ -243,6 +243,7 @@ Aerolab::Aerolab(
|
||||
rho = 1.236;
|
||||
eta = 1.0;
|
||||
eoffset = 0.0;
|
||||
constantAlt = false;
|
||||
|
||||
insertLegend(new QwtLegend(), QwtPlot::BottomLegend);
|
||||
setCanvasBackground(Qt::white);
|
||||
|
||||
Reference in New Issue
Block a user