mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Merge branch 'master' of https://github.com/prusa3d/Slic3r into scene_manipulators
This commit is contained in:
		
						commit
						e8d5c939b0
					
				
					 17 changed files with 1869 additions and 985 deletions
				
			
		|  | @ -549,8 +549,8 @@ sub _on_select_preset { | |||
|         return if ($selected_item == $self->{"selected_item_$group"}); | ||||
| 
 | ||||
|         my $selected_string = $choice->GetString($selected_item); | ||||
|         if ($selected_string eq "------- System presets -------" || | ||||
|             $selected_string eq "-------  User presets  -------"){ | ||||
|         if ($selected_string eq ("------- ".L("System presets")." -------") || | ||||
|             $selected_string eq ("-------  ".L("User presets")."  -------") ){ | ||||
|             $choice->SetSelection($self->{"selected_item_$group"}); | ||||
|             return; | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Enrico Turri
						Enrico Turri