From 5eb6102f89d285c48841cd7ad123ffe8dffc7fb2 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 8 Sep 2026 09:33:42 +0000 Subject: [PATCH] Take the ImGui suite at 3.22.0 3.22.0 makes the node graph's links prefer being horizontal. Until now the layout only splayed an edge apart once its rendered curve was at risk of hiding behind the bodies at its own ends, which capped an edge at about 75.5 degrees off horizontal and did nothing below that. It now also levels an edge continuously, in proportion to the vertical offset between its two ends, so a settled graph reads as rows rather than as a tangle. Behavioural change inside the layout, so nothing here changes but the pins. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01D2KNUKr1xJPTEdDmeF2tQN --- Directory.Packages.props | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 40313fd..1dc5ab6 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -10,14 +10,14 @@ - + - - - + + + - - + +