mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
This commit is contained in:
		
						commit
						1185ec9d2a
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -31,6 +31,7 @@ | |||
| #include "Mouse3DController.hpp" | ||||
| #include "I18N.hpp" | ||||
| #include "NotificationManager.hpp" | ||||
| #include "format.hpp" | ||||
| 
 | ||||
| #if ENABLE_RETINA_GL | ||||
| #include "slic3r/Utils/RetinaHelper.hpp" | ||||
|  | @ -3994,7 +3995,7 @@ bool GLCanvas3D::_render_arrange_menu(float pos_x) | |||
|     dist_key += postfix; | ||||
|     rot_key  += postfix; | ||||
| 
 | ||||
|     imgui->text(_L("Use CTRL+left mouse key to enter text edit mode:")); | ||||
|     imgui->text(GUI::format_wxstr(_L("Use %1%left mouse key to enter text edit mode:"), shortkey_ctrl_prefix())); | ||||
| 
 | ||||
|     if (imgui->slider_float(_L("Spacing"), &settings.distance, dist_min, 100.0f, "%5.2f") || dist_min > settings.distance) { | ||||
|         settings.distance = std::max(dist_min, settings.distance); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 enricoturri1966
						enricoturri1966