router: possible fix for disappearing split-segments

https://gitlab.com/kicad/code/kicad/issues/21019
This commit is contained in:
Tomasz Wlostowski 2025-06-20 00:15:35 +02:00
parent 9408f53e37
commit e274307437

View File

@ -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" );