Docking: removed legacy assert preventing to call DockBuilderSplitNode() on an existing split node. (#8472)

This commit is contained in:
MegaMech
2025-03-07 15:22:21 -07:00
committed by ocornut
parent 19d060cc26
commit bb8d2957ee
2 changed files with 2 additions and 2 deletions

View File

@@ -19911,8 +19911,6 @@ ImGuiID ImGui::DockBuilderSplitNode(ImGuiID id, ImGuiDir split_dir, float size_r
return 0;
}
IM_ASSERT(!node->IsSplitNode()); // Assert if already Split
ImGuiDockRequest req;
req.Type = ImGuiDockRequestType_Split;
req.DockTargetWindow = NULL;