Pcbnew plot: fix missing footprint texts on solder mask layers.
Fixes: lp:1839892 https://bugs.launchpad.net/kicad/+bug/1839892
This commit is contained in:
@@ -223,6 +223,7 @@ bool BRDITEMS_PLOTTER::PlotAllTextsModule( MODULE* aModule )
|
||||
TEXTE_MODULE* textModule = &aModule->Reference();
|
||||
LAYER_NUM textLayer = textModule->GetLayer();
|
||||
|
||||
// Reference and value are specfic items, not in graphic items list
|
||||
if( GetPlotReference() && m_layerMask[textLayer]
|
||||
&& ( textModule->IsVisible() || GetPlotInvisibleText() ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user