mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Fixed OSX and Linux build
This commit is contained in:
		
							parent
							
								
									247b70395b
								
							
						
					
					
						commit
						95ca670efb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -766,7 +766,7 @@ void Sidebar::update_mode_sizer() const | |||
| 
 | ||||
| void Sidebar::update_reslice_btn_tooltip() const | ||||
| { | ||||
|     const wxString tooltip = m_mode == comSimple ? wxEmptyString : _(L("Hold Shift to Slice & Export G-code")); | ||||
|     const wxString tooltip = m_mode == comSimple ? wxString("") : _(L("Hold Shift to Slice & Export G-code")); | ||||
|     p->btn_reslice->SetToolTip(tooltip); | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 YuSanka
						YuSanka