From 5659e3f8dc722f0d1a708a76be35063a3ee5e570 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Wed, 9 Sep 2015 11:56:16 +0200 Subject: [PATCH] Adjusted ROUTER_PREVIEW_ITEM depth values. --- pcbnew/router/router_preview_item.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pcbnew/router/router_preview_item.cpp b/pcbnew/router/router_preview_item.cpp index c8969191ce..c70b22293a 100644 --- a/pcbnew/router/router_preview_item.cpp +++ b/pcbnew/router/router_preview_item.cpp @@ -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;