diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-07-01 16:38:22 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-02 06:50:50 -0700 |
commit | 92722adeba68cde39d9388c629d99ed747af385e (patch) | |
tree | 29a4f1d8d3e14e0d66fc628595e20774b990255c /qt-ui | |
parent | c3e38b6da34561cae0f66c151527df55f99be9b0 (diff) | |
download | subsurface-92722adeba68cde39d9388c629d99ed747af385e.tar.gz |
Notes pane: don't show taxonomy info for trip location
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/maintab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 688927cb6..109c816c2 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -555,6 +555,7 @@ void MainTab::updateDiveInfo(bool clear) ui.watertemp->setVisible(false); // rename the remaining fields and fill data from selected trip ui.LocationLabel->setText(tr("Trip location")); + ui.locationTags->clear(); ui.location->setText(currentTrip->location); ui.NotesLabel->setText(tr("Trip notes")); ui.notes->setText(currentTrip->notes); |