update Dear ImGui to 1.91.9b

this is the last one before Furnace explodes
This commit is contained in:
tildearrow 2025-08-11 16:56:14 -05:00
parent 343decfd51
commit 5c1e4991d5
7 changed files with 35 additions and 29 deletions

View file

@ -1,4 +1,4 @@
// dear imgui, v1.91.9
// dear imgui, v1.91b
// (widgets code)
/*
@ -6429,7 +6429,7 @@ bool ImGui::ColorButton(const char* desc_id, const ImVec4& col, ImGuiColorEditFl
if (g.Style.FrameBorderSize > 0.0f)
RenderFrameBorder(bb.Min, bb.Max, rounding);
else
window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(ImGuiCol_FrameBg), rounding); // Color button are often in need of some sort of border
window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(ImGuiCol_FrameBg), rounding); // Color buttons are often in need of some sort of border
}
// Drag and Drop Source