Draw tuning pattern border when placing.

This commit is contained in:
Jeff Young 2023-11-23 23:25:32 +00:00
parent b6501ce632
commit 2a198e22e2
1 changed files with 1 additions and 1 deletions

View File

@ -1320,7 +1320,7 @@ SHAPE_LINE_CHAIN PCB_TUNING_PATTERN::getRectShape() const
void PCB_TUNING_PATTERN::ViewDraw( int aLayer, KIGFX::VIEW* aView ) const void PCB_TUNING_PATTERN::ViewDraw( int aLayer, KIGFX::VIEW* aView ) const
{ {
if( !IsSelected() ) if( !IsSelected() && !IsNew() )
return; return;
KIGFX::PREVIEW::DRAW_CONTEXT ctx( *aView ); KIGFX::PREVIEW::DRAW_CONTEXT ctx( *aView );