Enable drill/place file origin for plotting PDF.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15834
This commit is contained in:
Jeff Young 2023-11-08 16:38:57 +00:00
parent 72c985bc07
commit a003515ee7
1 changed files with 0 additions and 4 deletions

View File

@ -709,8 +709,6 @@ void DIALOG_PLOT::SetPlotFormat( wxCommandEvent& event )
m_plotModeOpt->Enable( false );
setPlotModeChoiceSelection( FILLED );
m_plotMirrorOpt->Enable( true );
m_useAuxOriginCheckBox->Enable( false );
m_useAuxOriginCheckBox->SetValue( false );
m_defaultPenSize.Enable( false );
m_scaleOpt->Enable( false );
m_scaleOpt->SetSelection( 1 );
@ -767,7 +765,6 @@ void DIALOG_PLOT::SetPlotFormat( wxCommandEvent& event )
setPlotModeChoiceSelection( FILLED );
m_plotMirrorOpt->Enable( false );
m_plotMirrorOpt->SetValue( false );
m_useAuxOriginCheckBox->Enable( true );
m_defaultPenSize.Enable( false );
m_scaleOpt->Enable( false );
m_scaleOpt->SetSelection( 1 );
@ -816,7 +813,6 @@ void DIALOG_PLOT::SetPlotFormat( wxCommandEvent& event )
setPlotModeChoiceSelection( FILLED );
m_plotMirrorOpt->Enable( false );
m_plotMirrorOpt->SetValue( false );
m_useAuxOriginCheckBox->Enable( true );
m_defaultPenSize.Enable( false );
m_scaleOpt->Enable( false );
m_scaleOpt->SetSelection( 1 );