5 Commits

Author SHA1 Message Date
Malik Olivier Boussejra
55a8f28e0a Fix toggling of MenuItem and Selectable with build_with_ref
Selectable or MenuItem should be toggled on click when called with
build_with_ref.

This is the behavior that is done in ImGui when
`bool ImGui::MenuItem(const char* label, const char* shortcut, bool*p_selected, bool enabled)` is called.
2019-12-06 11:24:41 +09:00
Joonas Javanainen
ae2f7d047c
Upgrade to cimgui/imgui 1.73 2019-09-25 18:41:12 +03:00
Joonas Javanainen
e142f5d1b5
Fix several clippy nits 2019-07-13 15:37:09 +03:00
Joonas Javanainen
95662e575a
Derive Copy, Clone, Debug for builders whenever possible 2019-07-13 13:53:24 +03:00
Joonas Javanainen
baa9362a25
Redesign selectable API 2019-07-13 13:11:51 +03:00