Adjusted ROUTER_PREVIEW_ITEM depth values.
This commit is contained in:
parent
247f018075
commit
5659e3f8dc
|
@ -333,13 +333,11 @@ const COLOR4D ROUTER_PREVIEW_ITEM::assignColor( int aStyle ) const
|
||||||
|
|
||||||
default:
|
default:
|
||||||
color = COLOR4D( 0.4, 0.4, 0.4, 1 ); break;
|
color = COLOR4D( 0.4, 0.4, 0.4, 1 ); break;
|
||||||
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return color;
|
return color;
|
||||||
}
|
}
|
||||||
|
|
||||||
const int ROUTER_PREVIEW_ITEM::ClearanceOverlayDepth = -200;
|
const int ROUTER_PREVIEW_ITEM::ClearanceOverlayDepth = -300;
|
||||||
const int ROUTER_PREVIEW_ITEM::BaseOverlayDepth = -210;
|
const int ROUTER_PREVIEW_ITEM::BaseOverlayDepth = -310;
|
||||||
const int ROUTER_PREVIEW_ITEM::ViaOverlayDepth = -246;
|
const int ROUTER_PREVIEW_ITEM::ViaOverlayDepth = -346;
|
||||||
|
|
Loading…
Reference in New Issue