Use actual width when previewing PNS lines

This commit is contained in:
Jon Evans 2021-12-05 13:41:39 -05:00
parent 7de9e48b57
commit 5ba215c8ea
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ void ROUTER_PREVIEW_ITEM::drawShape( const SHAPE* aShape, KIGFX::GAL* gal ) cons
case SH_LINE_CHAIN:
{
const SHAPE_LINE_CHAIN* l = (const SHAPE_LINE_CHAIN*) aShape;
const int w = l->Width();
const int w = m_width;
if( m_showClearance && m_clearance > 0 )
{