Pcbnew: plot dialog: remove obscure and useless option about texts which are not value or reference.
cosmetic enhancement in dialog. page layout: fix bug Bug #1320839 (canvas refresh countinously called when moving an item)
This commit is contained in:
@@ -155,10 +155,7 @@ bool BRDITEMS_PLOTTER::PlotAllTextsModule( MODULE* aModule )
|
||||
if( !textModule )
|
||||
continue;
|
||||
|
||||
if( !GetPlotOtherText() )
|
||||
continue;
|
||||
|
||||
if( !textModule->IsVisible() && !GetPlotInvisibleText() )
|
||||
if( !textModule->IsVisible() )
|
||||
continue;
|
||||
|
||||
textLayer = textModule->GetLayer();
|
||||
|
||||
Reference in New Issue
Block a user