pcbnew: Clean up warnings with unit handling in the DXF export
(cherry picked from commit ff9d899ae0)
This commit is contained in:
committed by
Wayne Stambaugh
parent
09d7d0f1bc
commit
40ba502853
@@ -573,7 +573,7 @@ void DIALOG_PLOT::applyPlotSettings()
|
||||
tempOptions.SetPlotMode( m_plotModeOpt->GetSelection() == 1 ? SKETCH : FILLED );
|
||||
tempOptions.SetDXFPlotPolygonMode( m_DXF_plotModeOpt->GetValue() );
|
||||
tempOptions.SetDXFPlotUnits(
|
||||
static_cast<PCB_PLOT_PARAMS::Units>( m_DXF_plotUnits->GetSelection() ) );
|
||||
static_cast<DXF_PLOTTER::DXF_UNITS>( m_DXF_plotUnits->GetSelection() ) );
|
||||
tempOptions.SetPlotViaOnMaskLayer( m_plotNoViaOnMaskOpt->GetValue() );
|
||||
|
||||
if( !m_DXF_plotTextStrokeFontOpt->IsEnabled() ) // Currently, only DXF supports this option
|
||||
|
||||
Reference in New Issue
Block a user