Update altitude properly when changing unit systems

We need to change the displayed numeric value of the altitutde and not just the
unit suffix when changing unit systems.

Fixes #681

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2014-08-03 22:24:56 +02:00 committed by Dirk Hohndel
parent 0c3fa77354
commit a3fe1c560f
2 changed files with 10 additions and 1 deletions

View file

@ -67,6 +67,7 @@ slots:
void setGFHigh(const int gfhigh);
void setGFLow(const int ghflow);
void setSurfacePressure(int pressure);
int getSurfacePressure();
void setBottomSac(int sac);
void setDecoSac(int sac);
void setStartTime(const QTime &t);