mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
fix(gui): Use correct imgui style for hotkey background (#1371)
This commit is contained in:
parent
7c59e7a98d
commit
4203fa3e7e
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user