Draw tuning pattern border when placing.
This commit is contained in:
parent
b6501ce632
commit
2a198e22e2
|
@ -1320,7 +1320,7 @@ SHAPE_LINE_CHAIN PCB_TUNING_PATTERN::getRectShape() const
|
|||
|
||||
void PCB_TUNING_PATTERN::ViewDraw( int aLayer, KIGFX::VIEW* aView ) const
|
||||
{
|
||||
if( !IsSelected() )
|
||||
if( !IsSelected() && !IsNew() )
|
||||
return;
|
||||
|
||||
KIGFX::PREVIEW::DRAW_CONTEXT ctx( *aView );
|
||||
|
|
Loading…
Reference in New Issue