summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2017-12-30 08:33:30 +0100
committerGravatar Jan Mulder <jlmulder@xs4all.nl>2017-12-30 11:36:47 +0100
commit2478158c0ffef182dadedcfb405fb40ded150eaa (patch)
tree629ecb9a5cfd9e532638cccf4112e459386d7de8 /CHANGELOG.md
parent8a9accba54086373aef490418be746a564c1f1c5 (diff)
downloadsubsurface-2478158c0ffef182dadedcfb405fb40ded150eaa.tar.gz
Reenable pressure interpolation in context menu
This fixes a bug reported by Willem that removing waypoints using the right click context menu makes the cylinder pressure lines partly disappear. The reason was that clicking a dive handler disables the pressure interpolation (and other things, controlled by shouldCalculateMaxdepth). This is turned on again upon the mouse release event. This event is not triggered when selecting in item from the context menu (like remove waypoint or gas selection) so we need to send it manually. Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97356201d..ddb59bc74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1 +1,2 @@
+- Fix bug in cylider pressure lines
- Add changes after 4.7.6 above this line