mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
Pcbnew: fix outline drawing of PTH pads
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/21448
This commit is contained in:
parent
0fccd846e6
commit
6bdfe2bce6
@ -1495,7 +1495,9 @@ void PCB_PAINTER::draw( const PAD* aPad, int aLayer )
|
|||||||
outline_mode = false;
|
outline_mode = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( outline_mode )
|
// Plated holes are always filled as they use a solid BG fill to
|
||||||
|
// draw the "hole" over the hole-wall segment/circle.
|
||||||
|
if( outline_mode && aLayer != LAYER_PAD_PLATEDHOLES )
|
||||||
{
|
{
|
||||||
// Outline mode
|
// Outline mode
|
||||||
m_gal->SetIsFill( false );
|
m_gal->SetIsFill( false );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user