MultiSelect+TreeNode: default open behavior is OpenOnDoubleClick + OpenOnArrow when used in a multi-select context without any OpenOnXXX flags set. (#7850)

This commit is contained in:
ocornut
2024-08-01 17:28:47 +02:00
parent 2981a10c53
commit 9f8f5e1145
4 changed files with 13 additions and 10 deletions

View File

@@ -43,8 +43,10 @@ Breaking changes:
Other changes:
- MultiSelect, TreeNode, Drag and Drop: fixed an issue where carrying a drag and drop
- MultiSelect+TreeNode+Drag and Drop: fixed an issue where carrying a drag and drop
payload over an already open tree node would incorrectly select it. (#7850)
- MultiSelect+TreeNode: default open behavior is OpenOnDoubleClick + OpenOnArrow
when used in a multi-select context without any OpenOnXXX flags set. (#7850)
- Backends: GLFW: added ImGui_ImplGlfw_Sleep() helper function because GLFW does not
provide a way to do a portable sleep. (#7844)
- Examples: GLFW (all), SDL2 (all), SDL3 (all), Win32+OpenGL3: rework examples main loop