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:
jean-pierre charras
2019-08-13 09:43:36 +02:00
parent 037e6bc006
commit 1c295d46a9
2 changed files with 9 additions and 7 deletions
+1
View File
@@ -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() ) )
{