Fix typo.

Fixes https://gitlab.com/kicad/code/kicad/issues/10390
This commit is contained in:
Jeff Young 2022-02-15 22:31:14 +00:00
parent c1874f009b
commit ab5489ad30
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ void LIB_SHAPE::Plot( PLOTTER* aPlotter, bool aBackground, const VECTOR2I& aOffs
if( aBackground ) if( aBackground )
{ {
if( aPlotter->GetColorMode() ) if( !aPlotter->GetColorMode() )
return; return;
switch( m_fill ) switch( m_fill )