mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Update UI on dive site widget when retrieving taxonomy
[Dirk Hohndel: slightly refactored this commit and the previous one to make the code actually work and make the split across the two commits more reasonable] Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2eed9c0b9b
commit
ef2765d0c4
1 changed files with 3 additions and 0 deletions
|
@ -109,6 +109,9 @@ void LocationInformationWidget::updateLabels()
|
|||
} else {
|
||||
ui.diveSiteCoordinates->clear();
|
||||
}
|
||||
|
||||
ui.locationTags->setText(constructLocationTags(displayed_dive_site.uuid));
|
||||
|
||||
emit startFilterDiveSite(displayed_dive_site.uuid);
|
||||
emit startEditDiveSite(displayed_dive_site.uuid);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue