Docking: Cleanup, rename DockNodePreviewDockCalc() -> DockNodePreviewDockSetup()

This commit is contained in:
omar
2019-11-28 22:44:29 +01:00
parent a1e4af62d3
commit 927580d4a8
2 changed files with 23 additions and 21 deletions

View File

@ -1053,7 +1053,7 @@ struct ImGuiDockNode
ImVec2 Size; // Current size
ImVec2 SizeRef; // [Split node only] Last explicitly written-to size (overridden when using a splitter affecting the node), used to calculate Size.
int SplitAxis; // [Split node only] Split axis (X or Y)
ImGuiWindowClass WindowClass;
ImGuiWindowClass WindowClass; // [Root node only]
ImGuiDockNodeState State;
ImGuiWindow* HostWindow;