TreeNode: Fixed combination of ImGuiTreeNodeFlags_SpanFullWidth and ImGuiTreeNodeFlags_OpenOnArrow incorrectly locating the arrow hit position to the left of the frame. (#2451, #2438, #1897)

This commit is contained in:
omar
2019-10-04 19:21:29 +02:00
parent ccb2a947a2
commit ee3373d067
2 changed files with 5 additions and 1 deletions

View File

@ -38,6 +38,8 @@ Breaking Changes:
Other Changes:
- InputText, Nav: Fixed Home/End key broken when activating Keyboard Navigation. (#787)
- TreeNode: Fixed combination of ImGuiTreeNodeFlags_SpanFullWidth and ImGuiTreeNodeFlags_OpenOnArrow
incorrectly locating the arrow hit position to the left of the frame. (#2451, #2438, #1897)
-----------------------------------------------------------------------