Fix a typo than can create a crash
Fixes #15126 https://gitlab.com/kicad/code/kicad/-/issues/15126
This commit is contained in:
parent
0fd2efa283
commit
4f7e9bead5
|
@ -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() );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue