Restore green router collision color.
This commit is contained in:
parent
e9a881ed01
commit
35e73d7dee
|
@ -172,8 +172,6 @@ void ROUTER_PREVIEW_ITEM::Update( const PNS::ITEM* aItem )
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_flags &= ~PNS_COLLISION;
|
|
||||||
|
|
||||||
if( aItem->Marker() & PNS::MK_VIOLATION )
|
if( aItem->Marker() & PNS::MK_VIOLATION )
|
||||||
m_flags |= PNS_COLLISION;
|
m_flags |= PNS_COLLISION;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue