|
|
|
@ -318,7 +318,6 @@ void DIALOG_PRINT_USING_PRINTER::SetPrintParameters( ) |
|
|
|
|
|
|
|
int idx = m_ScaleOption->GetSelection(); |
|
|
|
s_Parameters.m_PrintScale = s_ScaleList[idx]; |
|
|
|
g_pcb_plot_options.Scale = s_Parameters.m_PrintScale; |
|
|
|
|
|
|
|
if( m_FineAdjustXscaleOpt ) |
|
|
|
{ |
|
|
|
@ -335,8 +334,6 @@ void DIALOG_PRINT_USING_PRINTER::SetPrintParameters( ) |
|
|
|
DisplayInfoMessage( NULL, _( "Warning: Scale option set to a very small value" ) ); |
|
|
|
m_FineAdjustYscaleOpt->GetValue().ToDouble( &s_Parameters.m_YScaleAdjust ); |
|
|
|
} |
|
|
|
g_pcb_plot_options.ScaleAdjX = s_Parameters.m_XScaleAdjust; |
|
|
|
g_pcb_plot_options.ScaleAdjX = s_Parameters.m_YScaleAdjust; |
|
|
|
} |
|
|
|
|
|
|
|
void DIALOG_PRINT_USING_PRINTER::OnScaleSelectionClick( wxCommandEvent& event ) |
|
|
|
|