diff --git a/pcbnew/router/router_preview_item.cpp b/pcbnew/router/router_preview_item.cpp index bc5299c926..82e4a8f32d 100644 --- a/pcbnew/router/router_preview_item.cpp +++ b/pcbnew/router/router_preview_item.cpp @@ -172,8 +172,6 @@ void ROUTER_PREVIEW_ITEM::Update( const PNS::ITEM* aItem ) break; } - m_flags &= ~PNS_COLLISION; - if( aItem->Marker() & PNS::MK_VIOLATION ) m_flags |= PNS_COLLISION;