Tables: fixed right-clicking right-most section (past right-most column) from highlighting right-most column.

This commit is contained in:
ocornut
2023-10-10 16:13:29 +02:00
parent feddcf3030
commit b9ebb8e06f
3 changed files with 4 additions and 3 deletions

View File

@ -103,6 +103,7 @@ Other changes:
- Tables: Fixed bottom-most and right-most outer border offset by one. (#6765, #3752) [@v-ein]
- Tables: Fixed top-most outer border being drawn with both TableBorderLight and TableBorderStrong
in some situations, causing the earlier to be visible underneath when alpha is not 1.0f.
- Tables: fixed right-clicking right-most section (past right-most column) from highlighting a column.
- TabBar: Fixed position of unsaved document marker (ImGuiTabItemFlags_UnsavedDocument) which was
accidentally offset in 1.89.9. (#6862) [@alektron]
- Fonts: 'float size_pixels' passed to AddFontXXX() functions is now rounded to lowest integer.