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
|
@ -15,7 +15,7 @@ if TYPE_CHECKING:
|
|||
|
||||
class ThroughputDialog(Dialog):
|
||||
def __init__(self, master: "Application", app: "Application"):
|
||||
super().__init__(master, app, "Throughput Config", modal=False)
|
||||
super().__init__(master, app, "Throughput Config")
|
||||
self.app = app
|
||||
self.canvas = app.canvas
|
||||
self.show_throughput = tk.IntVar(value=1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue