Gerbview, layer manager: add option (popup menu) to always keep layers not visible but the active layer, even when the active layer is changed.
Pcbnew: fix swig warning for operator EDA_COLOR_T::++ (changed to function EDA_COLOR_T:: NextColor)
This commit is contained in:
@@ -203,7 +203,7 @@ bool DXF_PLOTTER::StartPlot()
|
||||
{ "YELLOW4", 2 }
|
||||
};
|
||||
|
||||
for( EDA_COLOR_T i = BLACK; i < NBCOLORS; ++i )
|
||||
for( EDA_COLOR_T i = BLACK; i < NBCOLORS; i = NextColor(i) )
|
||||
{
|
||||
fprintf( outputFile,
|
||||
" 0\n"
|
||||
|
||||
Reference in New Issue
Block a user