diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-10-28 06:57:54 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-10-28 04:40:26 -0700 |
commit | 81ea47a498b04e5f057e9d009fb73d9d559b37b5 (patch) | |
tree | d82c58d58628dde430414d4584676d66b69e7e2e /CHANGELOG.md | |
parent | a9b1fbdcc5aba16cb5b5d3acdbbe2b4e48768e1c (diff) | |
download | subsurface-81ea47a498b04e5f057e9d009fb73d9d559b37b5.tar.gz |
Desktop: fix dive site editing
When clicking "done" on the dive site edit screen, the diveSite
member variable was reset to nullptr in acceptChanges() at the
beginning of the function. This prevented posting an undo-command
as a consequence of the active widget losing focus.
Reset the diveSite variable after exiting dive-site mode, which
causes the active widget to lose focus.
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
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 032d55791..be63cb75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +Desktop: register changes when clicking "done" on dive-site edit screen Mobile: re-enable GPS location service icon in global drawer Mobile: add support for editing the dive number of a dive Desktop: make dive replanning undoable |