fix(gui): Use correct imgui style for hotkey background (#1371)

This commit is contained in:
FireFox101889 2023-06-05 15:33:04 -04:00 committed by GitHub
parent 4389e57439
commit f3a6f0117f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ namespace ImGui
ImGui::RenderFrame(frame_bb.Min,
frame_bb.Max,
ImGui::GetColorU32(ImVec4(0.20f, 0.25f, 0.30f, 1.0f)),
(ImColor)style.Colors[ImGuiCol_FrameBg],
true,
style.FrameRounding);