Skip to content
Snippets Groups Projects
Commit 8d381777 authored by Jonathan Kunstwald's avatar Jonathan Kunstwald
Browse files

imgui-util: Fix compilation if imgui version has docking

parent 155c0b87
Branches fix-imgui-docking
No related tags found
1 merge request!132imgui-util: Fix compilation if imgui version has docking
......@@ -133,7 +133,6 @@ void glow::debugging::applyGlowImguiTheme(bool darkMode)
style.GrabRounding = 3;
#ifdef IMGUI_HAS_DOCK
style.TabBorderSize = is3D;
style.TabRounding = 3;
colors[ImGuiCol_DockingEmptyBg] = ImVec4(0.38f, 0.38f, 0.38f, 1.00f);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment