From 92722adeba68cde39d9388c629d99ed747af385e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 1 Jul 2015 16:38:22 -0700 Subject: Notes pane: don't show taxonomy info for trip location Signed-off-by: Dirk Hohndel --- qt-ui/maintab.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-ui') 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); -- cgit v1.2.3-70-g09d2