eeschema, DIALOG_PLOT_SCHEMATIC: disable PDF option when format is not PDF

Fixes #16129
https://gitlab.com/kicad/code/kicad/-/issues/16129
This commit is contained in:
jean-pierre charras
2023-11-21 10:27:21 +01:00
parent 7ca6344b57
commit a3a2f43f6c
4 changed files with 4 additions and 4 deletions
@@ -268,6 +268,7 @@ void DIALOG_PLOT_SCHEMATIC::OnUpdateUI( wxUpdateUIEvent& event )
}
m_openFileAfterPlot->Enable( fmt == PLOT_FORMAT::PDF );
m_plotPDFPropertyPopups->Enable( fmt == PLOT_FORMAT::PDF );
m_paperSizeOption->Set( paperSizes );
m_paperSizeOption->SetSelection( selection );