Adjusted ROUTER_PREVIEW_ITEM depth values.

This commit is contained in:
Maciej Suminski 2015-09-09 11:56:16 +02:00
parent 247f018075
commit 5659e3f8dc
1 changed files with 3 additions and 5 deletions

View File

@ -333,13 +333,11 @@ const COLOR4D ROUTER_PREVIEW_ITEM::assignColor( int aStyle ) const
default:
color = COLOR4D( 0.4, 0.4, 0.4, 1 ); break;
break;
}
return color;
}
const int ROUTER_PREVIEW_ITEM::ClearanceOverlayDepth = -200;
const int ROUTER_PREVIEW_ITEM::BaseOverlayDepth = -210;
const int ROUTER_PREVIEW_ITEM::ViaOverlayDepth = -246;
const int ROUTER_PREVIEW_ITEM::ClearanceOverlayDepth = -300;
const int ROUTER_PREVIEW_ITEM::BaseOverlayDepth = -310;
const int ROUTER_PREVIEW_ITEM::ViaOverlayDepth = -346;