Docking: fixed various rendering issues and ability to have rounded floating dock nodes. (#6993, #6151)

This commit is contained in:
ocornut
2026-01-29 18:08:43 +01:00
parent d6d5580099
commit 91ce8ccdbc
2 changed files with 10 additions and 3 deletions

View File

@@ -238,6 +238,9 @@ Other Changes:
Docking+Viewports Branch:
- Docking:
- Fixed various rendering issues and ability to have rounded floating dock nodes.
(#6993, #6151) - please note that rounding is still disabled on standalone
viewports.
- Fixed implicit/fallback "Debug" window from staying visible if once docked. (#9151)
- Demo: rework 'Dockspace' demo to increase clarity and put more emphasis on the
basic path of simply calling `DockSpaceOverViewport()`.