Windows: fixed an issue where double-click to collapse could be triggered even while another item is active. (#7841, #7369)

This commit is contained in:
ocornut
2024-09-17 18:27:31 +02:00
parent 71714eab53
commit dad9f45e3e
2 changed files with 5 additions and 2 deletions

View File

@@ -72,6 +72,8 @@ Other changes:
- InputText: added CJK double-width punctuation to list of separators considered for CTRL+Arrow.
- Tables: fixed assertion related to inconsistent outer clipping when sizes are not rounded. (#7957) [@eclbtownsend]
- Tables: fixed assertion with tables with borders when clipped by parent. (#6765, #3752, #7428)
- Windows: fixed an issue where double-click to collapse could be triggered even while another
item is active, if the item didn't use the left mouse button. (#7841)
- Misc: Made it accepted to call SetMouseCursor() with any out-of-bound value, as a way to allow
hacking in custom cursors if desirable.
- Fonts: fixed ellipsis "..." rendering width miscalculation bug introduced in 1.91.0. (#7976) [@DDeimos]