pygui: added option to hide/show links with 100% loss, added checks to flag links for this case

This commit is contained in:
Blake Harnden 2020-10-13 06:45:37 -07:00
parent fc846272fc
commit 961f630acb
5 changed files with 25 additions and 5 deletions

View file

@ -270,6 +270,7 @@ class LinkConfigurationDialog(Dialog):
# update edge label
self.edge.draw_link_options()
self.edge.check_options()
self.destroy()
def change_symmetry(self) -> None: