Fix Constant Alt Initialisation Bug

.. now inits the bool.
This commit is contained in:
Mark Liversedge
2014-08-20 08:39:26 +01:00
parent cf2111829c
commit 1f48123bd2

View File

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