diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-05-15 10:06:50 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-05-16 10:10:30 -0700 |
commit | 1777df405fef2b5ebd7be0de6bdc9084df959d28 (patch) | |
tree | 6d7e17b8b178268afe4415161b8646146a5a1e70 /CHANGELOG.md | |
parent | 27505aedfb06333671652d4ead8ac95041fc5473 (diff) | |
download | subsurface-1777df405fef2b5ebd7be0de6bdc9084df959d28.tar.gz |
desktop: don't call plotDive with doClearPictures = true
This was an old "optimization" to avoid double plotting of the
pictures, first by the profile itself, then by the picture tab.
Since the profile now updates the pictures itself, this must
be removed: The picture tab doesn't do it anymore.
Fixes #2833
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
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 16878525f..482e55a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +Desktop: fix plotting of thumbnails on profile [#2833] Core: always include BT/BLE name, even for devices no recognized as dive computer Core: fix failure to recognize several Aqualung BLE dive computers Mobile: show dive tags on dive details page |