mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Fix out of bounds selection in ObjectList, fix #1890
This commit is contained in:
		
							parent
							
								
									58c136a9a3
								
							
						
					
					
						commit
						456d09be76
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -2022,6 +2022,8 @@ void ObjectList::update_selections_on_canvas() | |||
| 
 | ||||
| void ObjectList::select_item(const wxDataViewItem& item) | ||||
| { | ||||
|     if (! item.IsOk()) { return; } | ||||
| 
 | ||||
|     m_prevent_list_events = true; | ||||
| 
 | ||||
|     UnselectAll(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Kral
						Vojtech Kral