Fix broken schematic instance data loading legacy files (<=5.1).

This commit is contained in:
Wayne Stambaugh 2022-11-18 10:07:59 -05:00
parent a22c466639
commit d9a1703bcc
1 changed files with 0 additions and 1 deletions

View File

@ -456,7 +456,6 @@ bool SCH_EDIT_FRAME::OpenProjectFiles( const std::vector<wxString>& aFileSet, in
// Legacy schematic can have duplicate time stamps so fix that before converting // Legacy schematic can have duplicate time stamps so fix that before converting
// to the s-expression format. // to the s-expression format.
schematic.ReplaceDuplicateTimeStamps(); schematic.ReplaceDuplicateTimeStamps();
schematic.SetLegacySymbolInstanceData();
// Allow the schematic to be saved to new file format without making any edits. // Allow the schematic to be saved to new file format without making any edits.
OnModify(); OnModify();