From ff6971ef1da03c95e7af8ff551cdca05bfc30cd4 Mon Sep 17 00:00:00 2001 From: Joel16 Date: Fri, 18 Oct 2024 21:17:40 -0400 Subject: [PATCH] imGui: Update to v1.91.4 --- libs/imgui | 2 +- source/gui.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/imgui b/libs/imgui index cb16568..99109c0 160000 --- a/libs/imgui +++ b/libs/imgui @@ -1 +1 @@ -Subproject commit cb16568fca5297512ff6a8f3b877f461c4323fbe +Subproject commit 99109c0b3b052cffa154a9295440f68868a39f74 diff --git a/source/gui.cpp b/source/gui.cpp index 0504978..b348022 100644 --- a/source/gui.cpp +++ b/source/gui.cpp @@ -85,7 +85,7 @@ namespace GUI { colors[ImGuiCol_PlotHistogramHovered] = ImVec4(1.00f, 0.60f, 0.00f, 1.00f); colors[ImGuiCol_TextSelectedBg] = ImVec4(0.26f, 0.59f, 0.98f, 0.35f); colors[ImGuiCol_DragDropTarget] = ImVec4(1.00f, 1.00f, 0.00f, 0.90f); - colors[ImGuiCol_NavHighlight] = ImVec4(0.00f, 0.50f, 0.50f, 1.0f); + colors[ImGuiCol_NavCursor] = ImVec4(0.00f, 0.50f, 0.50f, 1.0f); colors[ImGuiCol_NavWindowingHighlight] = ImVec4(1.00f, 1.00f, 1.00f, 0.70f); colors[ImGuiCol_NavWindowingDimBg] = ImVec4(0.80f, 0.80f, 0.80f, 0.20f); colors[ImGuiCol_ModalWindowDimBg] = ImVec4(0.80f, 0.80f, 0.80f, 0.35f);