Fix my previous commit 20d8c9c7.
This commit is contained in:
+2
-2
@@ -490,11 +490,11 @@ bool PLOT_CONTROLLER::PlotLayer()
|
||||
else
|
||||
{
|
||||
LSEQ layerSequence( { ToLAYER_ID( GetLayer() ) } );
|
||||
|
||||
PlotBoardLayers( m_board, m_plotter, layerSequence, GetPlotOptions() );
|
||||
PlotInteractiveLayer( m_board, m_plotter, GetPlotOptions() );
|
||||
}
|
||||
|
||||
PlotInteractiveLayer( m_board, m_plotter, GetPlotOptions() );
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user