7
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:
Seth Hillbrand 2025-01-17 17:05:12 -08:00
parent 1259e6057a
commit 7972ba84fa

View File

@ -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
{