mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	TreeNode() fixed alignment of collapse arrow to it matches bullet (broken in 4006fb77bc)
				
					
				
			This commit is contained in:
		@@ -223,7 +223,8 @@ void ImGui::ShowTestWindow(bool* p_opened)
 | 
			
		||||
 | 
			
		||||
        if (ImGui::TreeNode("Fonts", "Fonts (%d)", ImGui::GetIO().Fonts->Fonts.Size))
 | 
			
		||||
        {
 | 
			
		||||
            ImGui::TextWrapped("Tip: Load fonts with io.Fonts->AddFontFromFileTTF().");
 | 
			
		||||
            ImGui::SameLine();
 | 
			
		||||
            ShowHelpMarker("Tip: Load fonts with io.Fonts->AddFontFromFileTTF()\nbefore calling io.Fonts->GetTex* functions.");
 | 
			
		||||
            ImFontAtlas* atlas = ImGui::GetIO().Fonts;
 | 
			
		||||
            if (ImGui::TreeNode("Atlas texture", "Atlas texture (%dx%d pixels)", atlas->TexWidth, atlas->TexHeight))
 | 
			
		||||
            {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user