From 8ec3ce99ae719971e237f321d08deaab1c555d10 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Wed, 10 Nov 2021 18:17:47 -0500 Subject: [PATCH] PNS: Update shover when autocompleting on item Fixes https://gitlab.com/kicad/code/kicad/-/issues/9598 --- pcbnew/router/pns_line_placer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/router/pns_line_placer.cpp b/pcbnew/router/pns_line_placer.cpp index 140ab0198b..e051fd3f27 100644 --- a/pcbnew/router/pns_line_placer.cpp +++ b/pcbnew/router/pns_line_placer.cpp @@ -1413,6 +1413,7 @@ bool LINE_PLACER::FixRoute( const VECTOR2I& aP, ITEM* aEndItem, bool aForceFinis } else { + m_shove->AddLockedSpringbackNode( m_lastNode ); m_placementCorrect = true; m_idle = true; }