Tables: another attempt at making contents not overlap the bottom and right border in a scrolling table. (#6765, #3752, #7428)

This commit is contained in:
ocornut
2024-08-23 19:12:54 +02:00
parent a131c3e611
commit 864a2bf6b8
2 changed files with 17 additions and 5 deletions
+3 -2
View File
@@ -80,8 +80,9 @@ Other changes:
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)
- Tables: revert 1.90 extension of bottom-most and right-most outer border offset by one.
This is not the right solution. (#6765, #3752)
- Tables: fixes/revert a 1.90 change were outer border would be moved bottom and right
by an extra pixel + rework the change so that contents doesn't overlap the bottom and
right border in a scrolling table. (#6765, #3752, #7428)
- InputText: allow callback to update buffer while in read-only mode. (imgui_club/#46)
- InputText: fixed an issue programmatically refocusing a multi-line input which was just active. (#4761, #7870)
- TextLink(), TextLinkOpenURL(): change mouse cursor to Hand shape when hovered. (#7885, #7660)