Fix my previous commit 20d8c9c7.

This commit is contained in:
jean-pierre charras
2025-08-13 14:35:54 +02:00
parent 20d8c9c7f9
commit 2afd752bbc
+2 -2
View File
@@ -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;
}