Ratsnest is recalculated after global deletion of tracks and after importing a netlist.
This commit is contained in:
parent
7614b93bf8
commit
778011a893
|
@ -254,6 +254,9 @@ void DIALOG_GLOBAL_DELETION::AcceptPcbDelete( )
|
||||||
if( gen_rastnest )
|
if( gen_rastnest )
|
||||||
m_Parent->Compile_Ratsnest( NULL, true );
|
m_Parent->Compile_Ratsnest( NULL, true );
|
||||||
|
|
||||||
|
if( m_Parent->IsGalCanvasActive() )
|
||||||
|
pcb->GetRatsnest()->Recalculate();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
m_Parent->GetCanvas()->Refresh();
|
m_Parent->GetCanvas()->Refresh();
|
||||||
|
|
|
@ -1009,6 +1009,8 @@ void RN_DATA::ProcessBoard()
|
||||||
if( netCode > 0 )
|
if( netCode > 0 )
|
||||||
m_nets[netCode].AddItem( zone );
|
m_nets[netCode].AddItem( zone );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Recalculate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue