Browse Source

Defenses in depth for ratsnest drawing.

newinvert
Jeff Young 3 years ago
parent
commit
e60837ec95
  1. 2
      pcbnew/ratsnest/ratsnest_view_item.cpp

2
pcbnew/ratsnest/ratsnest_view_item.cpp

@ -158,7 +158,7 @@ void RATSNEST_VIEW_ITEM::ViewDraw( int aLayer, KIGFX::VIEW* aView ) const
RN_NET* net = m_data->GetRatsnestForNet( i );
if( !net )
if( !net || m_data->GetConnectivityAlgo()->IsNetDirty( i ) )
continue;
if( colorByNet && netColors.count( i ) )

Loading…
Cancel
Save