Fix incorrect rendering of Vias when displaying the net name.
This commit is contained in:
parent
3fc1a0c314
commit
a7173e8ab0
|
@ -649,6 +649,8 @@ void PCB_PAINTER::draw( const VIA* aVia, int aLayer )
|
||||||
m_gal->BitmapText( netname, textpos, 0.0 );
|
m_gal->BitmapText( netname, textpos, 0.0 );
|
||||||
|
|
||||||
m_gal->Restore();
|
m_gal->Restore();
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Choose drawing settings depending on if we are drawing via's pad or hole
|
// Choose drawing settings depending on if we are drawing via's pad or hole
|
||||||
|
|
Loading…
Reference in New Issue