Renamed some color enums

This commit is contained in:
ocornut
2015-01-04 19:37:24 +00:00
parent 39373b563b
commit 22c1d7eded
2 changed files with 13 additions and 13 deletions

View File

@ -385,9 +385,9 @@ enum ImGuiCol_
ImGuiCol_ScrollbarGrabHovered,
ImGuiCol_ScrollbarGrabActive,
ImGuiCol_ComboBg,
ImGuiCol_CheckBgHovered,
ImGuiCol_CheckBgActive,
ImGuiCol_CheckSelected,
ImGuiCol_CheckHovered,
ImGuiCol_CheckActive,
ImGuiCol_CheckMark,
ImGuiCol_SliderGrab,
ImGuiCol_SliderGrabActive,
ImGuiCol_Button,