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:
parent
4a21cd5789
commit
7871a678ca
5 changed files with 78 additions and 35 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue