commit | 2af3b2ac81578b3e586e8de577910df495bc3e7c | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Tue Jun 11 18:50:30 2024 +0200 |
committer | ocornut <omarcornut@gmail.com> | Thu Jul 18 18:19:21 2024 +0200 |
tree | eb85dfdacf654ae3753579d61701456f8ef71a00 | |
parent | e61612a6873788c9237c076c480b6182dc0e1547 [diff] |
MultiSelect: ImGuiSelectionBasicStorage: simplify by removing compacting code (compacting may be opt-in?). GetNextSelectedItem() wrapper gives us more flexibility to work on this kind of stuff now.