mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	FIX:temperature character in GcodeViewer display '?'
Change-Id: I89b03d04ff280f1f5e6a16a4cd7143dfa31efea1
This commit is contained in:
		
							parent
							
								
									9b10b1438c
								
							
						
					
					
						commit
						f76d214ae6
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -2956,7 +2956,8 @@ const ImWchar*  ImFontAtlas::GetGlyphRangesChineseSimplifiedCommon() // used in | |||
|         0x3000, 0x30FF, // CJK Symbols and Punctuations, Hiragana, Katakana
 | ||||
|         0x31F0, 0x31FF, // Katakana Phonetic Extensions
 | ||||
|         0xFF00, 0xFFEF,  // Half-width characters
 | ||||
|         0X5C4F, 0X5C50 | ||||
|         0X5C4F, 0X5C50, | ||||
|         0x2103, 0x2104, | ||||
|     }; | ||||
|     static ImWchar full_ranges[IM_ARRAYSIZE(base_ranges) + IM_ARRAYSIZE(accumulative_offsets_from_0x4E00) * 2 + 1] = { 0 }; | ||||
|     if (!full_ranges[0]) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 liz.li
						liz.li