Docking: Fixed debug Rebuild operation.

features/sdl_renderer3_multiviewports
omar ago%!(EXTRA string=7 years)
parent fc16e54612
commit e138a5fcb5
  1. 1
      imgui.cpp

@ -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