mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +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 { | 	} else { | ||||||
| 		ui.diveSiteCoordinates->clear(); | 		ui.diveSiteCoordinates->clear(); | ||||||
| 	} | 	} | ||||||
|  | 
 | ||||||
|  | 	ui.locationTags->setText(constructLocationTags(displayed_dive_site.uuid)); | ||||||
|  | 
 | ||||||
| 	emit startFilterDiveSite(displayed_dive_site.uuid); | 	emit startFilterDiveSite(displayed_dive_site.uuid); | ||||||
| 	emit startEditDiveSite(displayed_dive_site.uuid); | 	emit startEditDiveSite(displayed_dive_site.uuid); | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue