Adding TitleBgActive color - still issues with popups/menus (#253)

This commit is contained in:
ocornut
2015-06-30 13:40:13 -06:00
parent 0e3198edc2
commit 47826830af
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// ImGui library v1.42
// ImGui library v1.42 wip
// See .cpp file for documentation.
// See ImGui::ShowTestWindow() for sample code.
// Read 'Programmer guide' in .cpp for notes on how to setup ImGui in your codebase.
@ -499,6 +499,7 @@ enum ImGuiCol_
ImGuiCol_FrameBgActive,
ImGuiCol_TitleBg,
ImGuiCol_TitleBgCollapsed,
ImGuiCol_TitleBgActive,
ImGuiCol_MenuBarBg,
ImGuiCol_ScrollbarBg,
ImGuiCol_ScrollbarGrab,