mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-18 19:29:17 +00:00
Be sure to update the ODB++ filename when loading
Otherwise, we get .zip extension but uncompressed file handling
This commit is contained in:
parent
1259e6057a
commit
7972ba84fa
@ -242,6 +242,7 @@ bool DIALOG_EXPORT_ODBPP::Init()
|
||||
m_choiceUnits->SetSelection( cfg->m_ExportODBPP.units );
|
||||
m_precision->SetValue( cfg->m_ExportODBPP.precision );
|
||||
m_choiceCompress->SetSelection( cfg->m_ExportODBPP.compressFormat );
|
||||
OnFmtChoiceOptionChanged();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user