Skip to content

Commit

Permalink
part wizard: update duplicate pin name warning after link
Browse files Browse the repository at this point in the history
  • Loading branch information
carrotIndustries committed Oct 25, 2020
1 parent 86e6476 commit c0d7756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pool-prj-mgr/pool-mgr/part_wizard/part_wizard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ void PartWizard::handle_link()
editors.push_back(ed);
}
link_pads(editors);
update_pin_warnings();
}

void PartWizard::link_pads(const std::deque<PadEditor *> &editors)
Expand Down

0 comments on commit c0d7756

Please sign in to comment.