Revert commented out code.

This commit is contained in:
Wayne Stambaugh 2022-10-18 16:07:14 -04:00
parent 403cc50e7c
commit 2a13c0af2e
1 changed files with 1 additions and 1 deletions

View File

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