1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00

TreeNode: ImGuiTreeNodeFlags_DrawLinesFull uses ToNodes Y2 when they are close (using a threshold). (#2920)

This commit is contained in:
ocornut 2025-04-10 16:03:39 +02:00
parent ed50bb1676
commit 5311253468
3 changed files with 13 additions and 7 deletions

View file

@ -1299,7 +1299,7 @@ struct ImGuiTreeNodeStackData
ImGuiItemFlags ItemFlags; // Used for nav landing
ImRect NavRect; // Used for nav landing
float DrawLinesX1;
float DrawLinesY2;
float DrawLinesToNodesY2;
ImGuiTableColumnIdx DrawLinesTableColumn;
};