Docking: Fixed debug Rebuild operation.

docking
omar 6 years ago
parent fc16e54612
commit e138a5fcb5

@ -11970,6 +11970,7 @@ void ImGui::DockBuilderRemoveNodeChildNodes(ImGuiID root_id)
// DockNodeMoveWindows->DockNodeAddWindow will normally set those when reaching two windows (which is only adequate during interactive merge)
// Make sure we don't lose our current pos/size. (FIXME-DOCK: Consider tidying up that code in DockNodeAddWindow instead)
if (root_node)
root_node->InitFromFirstWindowPosSize = false;
// Apply to settings

Loading…
Cancel
Save