mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	Update transformation values in sidebar for single volume/modifier selection
This commit is contained in:
		
							parent
							
								
									4eb82bda62
								
							
						
					
					
						commit
						37b5cb9a4d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -230,7 +230,7 @@ void ObjectManipulation::update_settings_value(const GLCanvas3D::Selection& sele | |||
| #endif // ENABLE_MODELVOLUME_TRANSFORM
 | ||||
|         m_og->enable(); | ||||
|     } | ||||
|     else if (selection.is_modifier()) | ||||
|     else if (selection.is_single_modifier() || selection.is_single_volume()) | ||||
|     { | ||||
|         // the selection contains a single volume
 | ||||
|         const GLVolume* volume = selection.get_volume(*selection.get_volume_idxs().begin()); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Enrico Turri
						Enrico Turri