mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-06 04:58:47 +02:00
Combo: Made simple/legacy Combo() function not returns true when picking already selected item. (#1182)
This commit is contained in:
@ -88,6 +88,8 @@ Other changes:
|
||||
- CollapsingHeader/TreeNode: Fixed text padding when using _Framed+_Leaf flags. (#6549) [@BobbyAnguelov]
|
||||
- InputText: Fixed not returning true when buffer is cleared while using the
|
||||
ImGuiInputTextFlags_EscapeClearsAll flag. (#5688, #2620)
|
||||
- Combo: Made simple/legacy Combo() function not returns true when picking already selected item.
|
||||
This is consistent with other widgets. If you need something else, you can use BeginCombo(). (#1182)
|
||||
- Clipper: Rework inner logic to allow functioning with a zero-clear constructor.
|
||||
This is order to facilitate usage for language bindings (e.g cimgui or dear_binding)
|
||||
where user may not be callinga constructor manually. (#5856)
|
||||
|
Reference in New Issue
Block a user