Windows: Scrollbar visibility decision uses current size when both size and contents size are submitted by API. (#7252)

This commit is contained in:
ocornut
2024-02-28 17:09:20 +01:00
parent 44c7dfca03
commit 0573513d6d
3 changed files with 9 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ HOW TO UPDATE?
Other changes:
- Windows: Scrollbar visibility decision uses current size when both size and contents
size are submitted by API. (#7252)
- Menus, Popups: Fixed an issue where sibling menu popups re-opening in successive
frames would erroneously close the window. While it is technically a popup issue
it would generally manifest when fast moving the mouse bottom to top in a sub-menu.