Checkbox and Radio buttons activate on click-release to be consistent with other widgets and most UI

This commit is contained in:
ocornut
2015-01-04 19:23:36 +00:00
parent 97d34271f8
commit 39373b563b
2 changed files with 33 additions and 39 deletions

View File

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