pygui most dialogs are modal, default dialogs to modal
This commit is contained in:
parent
ea4271d7cb
commit
9d1f5cfcc6
31 changed files with 37 additions and 45 deletions
|
@ -33,7 +33,7 @@ def get_float(var: tk.StringVar) -> Union[float, None]:
|
|||
|
||||
class LinkConfigurationDialog(Dialog):
|
||||
def __init__(self, master: "CanvasGraph", app: "Application", edge: "CanvasEdge"):
|
||||
super().__init__(master, app, "Link Configuration", modal=True)
|
||||
super().__init__(master, app, "Link Configuration")
|
||||
self.app = app
|
||||
self.edge = edge
|
||||
self.is_symmetric = edge.link.options.unidirectional is False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue