From ccbc6a8f0836583fabd59919bd7930d7cfe1473e Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 11 Jan 2026 12:28:43 +0100 Subject: ui improvements --- libs/imgui/imgui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/imgui/imgui.h') diff --git a/libs/imgui/imgui.h b/libs/imgui/imgui.h index ad874ab..bfe7b0f 100644 --- a/libs/imgui/imgui.h +++ b/libs/imgui/imgui.h @@ -2300,7 +2300,7 @@ struct ImGuiStyle float CircleTessellationMaxError; // Maximum error (in pixels) allowed when using AddCircle()/AddCircleFilled() or drawing rounded corner rectangles with no explicit segment count specified. Decrease for higher quality but more geometry. // Colors - ImVec4 Colors[ImGuiCol_COUNT]; + ImVec4 Colors[ImGuiCol_COUNT + 50]; // Behaviors // (It is possible to modify those fields mid-frame if specific behavior need it, unlike e.g. configuration fields in ImGuiIO) -- cgit v1.2.3-70-g09d2