PNS: Update shover when autocompleting on item

Fixes https://gitlab.com/kicad/code/kicad/-/issues/9598
This commit is contained in:
Jon Evans
2021-11-10 18:17:56 -05:00
parent d9bd7ed2c1
commit 8ec3ce99ae
+1
View File
@@ -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;
}