mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-07 21:39:54 +02:00
Checkbox and Radio buttons activate on click-release to be consistent with other widgets and most UI
This commit is contained in:
5
imgui.h
5
imgui.h
@ -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,
|
||||
|
Reference in New Issue
Block a user