PNS: Update shover when autocompleting on item
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9598
This commit is contained in:
parent
d9bd7ed2c1
commit
8ec3ce99ae
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue