From 0ad8fba9127d3ee07ccd74e7711607de163ceff4 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 8 Sep 2026 10:29:01 +0000 Subject: [PATCH] Take the ImGui suite at 3.23.0 3.23.0 makes the node graph's layout measure a link between the pins it is drawn between, rather than between the two node centres. Every force that shapes a link worked on node geometry before, so on a node with several rows of pins - which is most of them here - it was shaping a line the user could not see: a pair whose centres were level could still show a steep link, and the clearance that keeps a curve out from behind its own nodes was computed from a drop the curve is not drawn with. The renderer measures where each pin actually sits and feeds it to the layout during its own render pass, so nothing here has to call anything new. 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 1dc5ab6..a218597 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -10,14 +10,14 @@ - + - - - + + + - - + +