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:
jean-pierre charras
2014-05-19 20:24:07 +02:00
parent 4e9582c3ab
commit cfa67aa218
13 changed files with 140 additions and 245 deletions
+1 -4
View File
@@ -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();