diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-08-07 21:53:50 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-08-08 09:03:33 -0700 |
commit | 344c85f4993176148e4fff718278d9692bcf39b7 (patch) | |
tree | e86b7d8a780c494508639e4e2ef583e3cc71e143 /CHANGELOG.md | |
parent | 826387a4b0f177c5b645c2483ca4fb11c76e01dc (diff) | |
download | subsurface-344c85f4993176148e4fff718278d9692bcf39b7.tar.gz |
Desktop: display trip time on main-tab
On the main tab, the trip time was not shown when switching to
a trip. Implement showing of the trip date in a function, as the
undo-code will also have to update the trip date in certain
circumstances.
Fixes #2207
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 ef6dcc280..36e536cfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Desktop: fix display of trip time --- * Always add new entries at the very top of this file above other existing entries and this note. * Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]` |