Ratsnest default value for tracks and vias
Fixes: lp:1851611 * https://bugs.launchpad.net/kicad/+bug/1851611
This commit is contained in:
parent
6625d0721e
commit
6182133a4e
|
@ -1319,6 +1319,7 @@ void PNS_KICAD_IFACE::AddItem( PNS::ITEM* aItem )
|
||||||
|
|
||||||
if( newBI )
|
if( newBI )
|
||||||
{
|
{
|
||||||
|
newBI->SetLocalRatsnestVisible( m_dispOptions->m_ShowGlobalRatsnest );
|
||||||
aItem->SetParent( newBI );
|
aItem->SetParent( newBI );
|
||||||
newBI->ClearFlags();
|
newBI->ClearFlags();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue