pygui: updates to handle visibility toggles in relation to having nodes hidden, fix final position of a drawn edge when dragging to draw

This commit is contained in:
Blake Harnden 2021-02-17 15:23:04 -08:00
parent 4a21cd5789
commit 7871a678ca
5 changed files with 78 additions and 35 deletions

View file

@ -293,7 +293,7 @@ class LinkConfigurationDialog(Dialog):
# update edge label
self.edge.redraw()
self.edge.check_options()
self.edge.check_visibility()
self.destroy()
def change_symmetry(self) -> None: