Skip to content
Snippets Groups Projects
Commit af6f8bc3 authored by Philip Trettner's avatar Philip Trettner
Browse files

Merge branch 'fix-imgui-docking' into 'develop'

imgui-util: Fix compilation if imgui version has docking

See merge request Glow/glow-extras!132
parents 155c0b87 8d381777
No related branches found
No related tags found
No related merge requests found
......@@ -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