mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
This commit is contained in:
		
						commit
						ced853bff0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3588,7 +3588,7 @@ bool GLCanvas3D::_init_main_toolbar() | |||
| 
 | ||||
|     item.name = "arrange"; | ||||
|     item.icon_filename = "arrange.svg"; | ||||
|     item.tooltip = _utf8(L("Arrange")) + " [A]"; | ||||
|     item.tooltip = _utf8(L("Arrange")) + " [A]\n" + _utf8(L("Arrange selection")) + " [Shift+A]"; | ||||
|     item.sprite_id = 3; | ||||
|     item.left.action_callback = [this]() { if (m_canvas != nullptr) wxPostEvent(m_canvas, SimpleEvent(EVT_GLTOOLBAR_ARRANGE)); }; | ||||
|     item.enabling_callback = []()->bool { return wxGetApp().plater()->can_arrange(); }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Enrico Turri
						Enrico Turri