mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Selection: automatically unselect old selection in selectDives()
DiveListView::selectDives() would only select new dives but not clear the old selection. Thus, callers would have to clear the selection first. That would lead to two selection-changed signals. Move the unselectDives() call into DiveListView::selectDives(). The DiveListView has an internal flag to prevent double signals. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
		
							parent
							
								
									8eb586d1d4
								
							
						
					
					
						commit
						403206ca06
					
				
					 2 changed files with 8 additions and 9 deletions
				
			
		|  | @ -105,11 +105,7 @@ void MapWidget::prepareForGetDiveCoordinates(struct dive_site *ds) | |||
| void MapWidget::selectedDivesChanged(const QList<int> &list) | ||||
| { | ||||
| 	CHECK_IS_READY_RETURN_VOID(); | ||||
| 	skipReload = true; | ||||
| 	MainWindow::instance()->diveList->unselectDives(); | ||||
| 	if (!list.empty()) | ||||
| 		MainWindow::instance()->diveList->selectDives(list); | ||||
| 	skipReload = false; | ||||
| 	MainWindow::instance()->diveList->selectDives(list); | ||||
| } | ||||
| 
 | ||||
| void MapWidget::coordinatesChanged(struct dive_site *ds, const location_t &location) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue