Leave decorations on LAYER_GP_OVERLAY.
In particular, don't reset them to 0, which happens to be F_Cu. Fixes: lp:1658775 * https://bugs.launchpad.net/kicad/+bug/1658775
This commit is contained in:
parent
45dad4ded5
commit
149f4f68c9
|
@ -278,7 +278,6 @@ void ROUTER_PREVIEW_ITEM::ViewDraw( int aLayer, KIGFX::VIEW* aView ) const
|
|||
|
||||
void ROUTER_PREVIEW_ITEM::Line( const SHAPE_LINE_CHAIN& aLine, int aWidth, int aStyle )
|
||||
{
|
||||
m_originLayer = m_layer = 0;
|
||||
m_width = aWidth;
|
||||
m_color = assignColor( aStyle );
|
||||
m_type = PR_SHAPE;
|
||||
|
|
Loading…
Reference in New Issue