Skip to content

Commit

Permalink
imp schematic: properly set smashed texts
Browse files Browse the repository at this point in the history
changelog: Bugfixes/Schematic editor: properly set smashed reference
designators in instances
  • Loading branch information
carrotIndustries committed Mar 19, 2023
1 parent 33131f8 commit 56e43ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schematic/sheet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void Sheet::expand_symbol_without_net_lines(const UUID &sym_uuid, const Schemati
}

for (auto &it_text : schsym.texts) {
it_text->text_override = schsym.replace_text(it_text->text, &it_text->overridden, sch);
it_text->text_override = schsym.replace_text(it_text->text, &it_text->overridden, sch, inst_map);
}
}

Expand Down

0 comments on commit 56e43ed

Please sign in to comment.