Merge branch 'master' into docking

This commit is contained in:
omar
2019-10-07 19:14:37 +02:00
7 changed files with 69 additions and 38 deletions

View File

@ -109,6 +109,7 @@ 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)
- Demo: Added simple item reordering demo in Widgets -> Drag and Drop section. (#2823, #143) [@rokups]
-----------------------------------------------------------------------