Docking: Clicking on the right-most close button of a docking node closes all windows. (#4186)

This commit is contained in:
ocornut
2021-06-03 17:22:18 +02:00
parent f03ab2a5c5
commit 5e528d9eea
2 changed files with 6 additions and 5 deletions

View File

@ -111,6 +111,7 @@ Other Changes:
Docking+Viewports Branch:
- Docking: Clicking on the right-most close button of a docking node closes all windows. (#4186)
- Docking: Fix IsWindowAppearing() and ImGuiCond_Appearing on docked windows. (#4177, #3982, #1497, #1061)