mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
0c3fa77354
commit
a3fe1c560f
2 changed files with 10 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue