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);