mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	ImFont: Renamed ImFont::Glyph to ImFontGlyph (for consistency and so ImFontAtlas types can use it without ordering half of the file). Left a redirection type.
This commit is contained in:
		| @@ -7847,7 +7847,7 @@ bool ImGui::InputTextEx(const char* label, char* buf, int buf_size, const ImVec2 | ||||
|     // Password pushes a temporary font with only a fallback glyph | ||||
|     if (is_password) | ||||
|     { | ||||
|         const ImFont::Glyph* glyph = g.Font->FindGlyph('*'); | ||||
|         const ImFontGlyph* glyph = g.Font->FindGlyph('*'); | ||||
|         ImFont* password_font = &g.InputTextPasswordFont; | ||||
|         password_font->FontSize = g.Font->FontSize; | ||||
|         password_font->Scale = g.Font->Scale; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user