mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
router: possible fix for disappearing split-segments
https://gitlab.com/kicad/code/kicad/issues/21019
This commit is contained in:
parent
9408f53e37
commit
e274307437
@ -2471,7 +2471,7 @@ SHOVE::SHOVE_STATUS SHOVE::Run()
|
||||
{
|
||||
// Create a new NODE to store this version of the world
|
||||
assert( headLineEntry.origHead->LinkCount() == 0 );
|
||||
m_currentNode->Add( *headLineEntry.origHead );
|
||||
m_currentNode->Add( *headLineEntry.origHead, true );
|
||||
|
||||
//nodeStats( Dbg(), m_currentNode, "add-head" );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user