mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
parent
ec40a98fe2
commit
6e50a3518f
@ -338,7 +338,7 @@ void LIB_TEXTBOX::Plot( PLOTTER* aPlotter, bool aBackground, const VECTOR2I& aOf
|
|||||||
|
|
||||||
if( penWidth > 0 )
|
if( penWidth > 0 )
|
||||||
{
|
{
|
||||||
if( !aPlotter->GetColorMode() || color != COLOR4D::UNSPECIFIED )
|
if( !aPlotter->GetColorMode() || color == COLOR4D::UNSPECIFIED )
|
||||||
color = aPlotter->RenderSettings()->GetLayerColor( LAYER_DEVICE );
|
color = aPlotter->RenderSettings()->GetLayerColor( LAYER_DEVICE );
|
||||||
|
|
||||||
if( lineStyle == PLOT_DASH_TYPE::DEFAULT )
|
if( lineStyle == PLOT_DASH_TYPE::DEFAULT )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user