FIXME-DOCK: This is awkward because in series of split user is likely to loose access to its root node.
| 21076 | |
| 21077 | // FIXME-DOCK: This is awkward because in series of split user is likely to loose access to its root node. |
| 21078 | void ImGui::DockBuilderFinish(ImGuiID root_id) |
| 21079 | { |
| 21080 | ImGuiContext& g = *GImGui; |
| 21081 | //DockContextRebuild(&g); |
| 21082 | DockContextBuildAddWindowsToNodes(&g, root_id); |
| 21083 | } |
| 21084 | |
| 21085 | //----------------------------------------------------------------------------- |
| 21086 | // Docking: Begin/End Support Functions (called from Begin/End) |
nothing calls this directly
no outgoing calls
no test coverage detected