parent
c1874f009b
commit
ab5489ad30
|
@ -152,7 +152,7 @@ void LIB_SHAPE::Plot( PLOTTER* aPlotter, bool aBackground, const VECTOR2I& aOffs
|
|||
|
||||
if( aBackground )
|
||||
{
|
||||
if( aPlotter->GetColorMode() )
|
||||
if( !aPlotter->GetColorMode() )
|
||||
return;
|
||||
|
||||
switch( m_fill )
|
||||
|
|
Loading…
Reference in New Issue