You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using DockBuilderCopyDockSpace to move the contents of a dockspace to another crashes if the dockspace is split, contains a window in the first child (top or left) and nothing in the second child (bottom or right). (It works as expected in the opposite case: something in the second child and nothing in the first.)
Video
Standalone, minimal, complete and verifiable example:
ocornut
changed the title
DockBuilderCopyDockSpace crashes if ChildNodes[0] && !ChildNodes[1]
DockBuilderCopyDockSpace crashes when windows not in remapping list are docked in a split
Jan 2, 2023
Version/Branch of Dear ImGui:
Version: 1.89.1
Branch: docking
My Issue:
Using
DockBuilderCopyDockSpace
to move the contents of a dockspace to another crashes if the dockspace is split, contains a window in the first child (top or left) and nothing in the second child (bottom or right). (It works as expected in the opposite case: something in the second child and nothing in the first.)Video
Standalone, minimal, complete and verifiable example:
The text was updated successfully, but these errors were encountered: