mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-21 01:44:21 +00:00
Docking: removed legacy assert preventing to call DockBuilderSplitNode() on an existing split node. (#8472)
This commit is contained in:
parent
19d060cc26
commit
bb8d2957ee
2 changed files with 2 additions and 2 deletions
|
|
@ -150,6 +150,8 @@ Other changes:
|
|||
|
||||
Docking+Viewports Branch:
|
||||
|
||||
- Docking: Removed legacy assert preventing to call DockBuilderSplitNode() on an existing
|
||||
split node. This makes using DockBuilder a little more flexible and bearable! (#8472) [@MegaMech]
|
||||
- Viewports: fixed an assert when a window load settings with a position outside
|
||||
monitor bounds, when there are multiple monitors. (#8393, #8385) [@gaborodriguez]
|
||||
- Viewports + Backends: Win32: Fixed setting title bar text when application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue