mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-03 22:51:06 +01:00 
			
		
		
		
	Branch fix
This commit is contained in:
		@@ -8635,7 +8635,7 @@ bool ImGui::ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flag
 | 
			
		||||
        ImGui::PopItemWidth();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    const char* label_display_end = FindTextDisplayEnd(label);
 | 
			
		||||
    const char* label_display_end = FindRenderedTextEnd(label);
 | 
			
		||||
 | 
			
		||||
    bool picker_active = false;
 | 
			
		||||
    if (!(flags & ImGuiColorEditFlags_NoColorSquare))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user