mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Tables: fixed TableHeader() eager vertical clipping of text. (#6236)
This commit is contained in:
parent
7c6ce12fa4
commit
dcf0d8cab6
2 changed files with 3 additions and 1 deletions
|
|
@ -76,6 +76,8 @@ Other changes:
|
|||
- The feature is unlikely to ever work properly when using a coarse clipper
|
||||
such as ImGuiListClipper.
|
||||
- TreeNode: fixed incorrect clipping of arrow/bullet when using ImGuiTreeNodeFlags_SpanAllColumns.
|
||||
- Tables: fixed TableHeader() eager vertical clipping of text which may be noticeable
|
||||
with FramePadding.y was too small. (#6236)
|
||||
- Tabs: fixes small issues with how "..." ellipsis moved depending on visibility
|
||||
of Close Button or Unsaved Document marker. (#8387)
|
||||
- Nav: fixed assertion when holding gamepad FaceLeft/West button to open
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue