fix(gui): Use correct imgui style for hotkey background (#1371)
This commit is contained in:
parent
4389e57439
commit
f3a6f0117f
@ -112,7 +112,7 @@ namespace ImGui
|
|||||||
|
|
||||||
ImGui::RenderFrame(frame_bb.Min,
|
ImGui::RenderFrame(frame_bb.Min,
|
||||||
frame_bb.Max,
|
frame_bb.Max,
|
||||||
ImGui::GetColorU32(ImVec4(0.20f, 0.25f, 0.30f, 1.0f)),
|
(ImColor)style.Colors[ImGuiCol_FrameBg],
|
||||||
true,
|
true,
|
||||||
style.FrameRounding);
|
style.FrameRounding);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user