Tables: Angled Headers: fixed support for multi-line labels. various padding/layout fixes. (#6917)

This commit is contained in:
ocornut
2024-02-19 20:24:07 +01:00
parent 6655ab2e43
commit 405e54ebd5
3 changed files with 43 additions and 25 deletions

View File

@ -43,6 +43,10 @@ Breaking changes:
Other changes:
- Tables: Angled headers: fixed support for multi-line labels. (#6917)
- Tables: Angled headers: various fixes to accurately handle CellPadding changes. (#6917)
- Tables: Angled headers: properly registers horizontal component of angled headers
for auto-resizing of columns. (#6917)
- Tables: Angled headers: fixed TableAngledHeadersRow() incorrect background fill
drawn too low, particularly visible with tables that have no scrolling. (#6917)