Fix a typo than can create a crash
Fixes #15126 https://gitlab.com/kicad/code/kicad/-/issues/15126
This commit is contained in:
@@ -333,7 +333,7 @@ void BRDITEMS_PLOTTER::PlotFootprintTextItems( const FOOTPRINT* aFootprint )
|
||||
if( text->GetText() == wxT( "${VALUE}" ) && !GetPlotValue() )
|
||||
continue;
|
||||
|
||||
PlotText( text, textLayer, textItem->IsKnockout() );
|
||||
PlotText( text, textLayer, text->IsKnockout() );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user