diff options
author | Robert C. Helling <helling@atdotde.de> | 2020-09-29 23:59:56 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-09-29 15:46:55 -0700 |
commit | efdc875aa3174ba53a819490e498a59ba0399dc6 (patch) | |
tree | 8ae826cccd72201712ed0662472c7582297ee43f /CHANGELOG.md | |
parent | a7ca27d0712d1e73893c541aabcaaf68aac7afc7 (diff) | |
download | subsurface-efdc875aa3174ba53a819490e498a59ba0399dc6.tar.gz |
Use correct pO2 when computing MOD in equipment tab
The cylinder model is used both in the planner and the
equipment tab. We have three preferences for the pO2 that
is used to compute MOD: In the planner, there is one for
the bottom part of the dive and another one for deco.
Those are set in the planenr UI. There is another value,
controlled in the Tec Prefernces. That one should be
used in the equipment tab rather than the one from
the planner.
Fixes #2984
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7173d5006..af5e6a40b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +Use pO2 from prefernces for MOD display in equipment tab mobile: fix manually adding dives in the past [#2971] --- |