mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	fix in ConfigWizard.cpp
This commit is contained in:
		
							parent
							
								
									74dba68340
								
							
						
					
					
						commit
						6a46708608
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -746,7 +746,7 @@ void PageMaterials::set_compatible_printers_html_window(const std::vector<std::s | |||
|         ); | ||||
|     } | ||||
|     | ||||
|     wxFont font = get_default_font_for_dpi(get_dpi_for_window(this)); | ||||
|     wxFont font = get_default_font_for_dpi(this, get_dpi_for_window(this)); | ||||
|     const int fs = font.GetPointSize(); | ||||
|     int size[] = { fs,fs,fs,fs,fs,fs,fs }; | ||||
|     html_window->SetFonts(font.GetFaceName(), font.GetFaceName(), size); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 David Kocik
						David Kocik