pygui: draw link options on edges

This commit is contained in:
Blake Harnden 2020-06-23 22:53:48 -07:00
parent 6490b5b9cb
commit bb2ceaf993
3 changed files with 38 additions and 0 deletions

View file

@ -287,6 +287,8 @@ class LinkConfigurationDialog(Dialog):
iface2_id,
)
# update edge label
self.edge.draw_link_options()
self.destroy()
def change_symmetry(self) -> None: