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
|
@ -8,7 +8,7 @@ from core.gui.themes import FRAME_PAD, PADX, PADY
|
|||
|
||||
class FindDialog(Dialog):
|
||||
def __init__(self, master, app) -> None:
|
||||
super().__init__(master, app, "Find", modal=True)
|
||||
super().__init__(master, app, "Find", modal=False)
|
||||
|
||||
self.find_text = tk.StringVar(value="")
|
||||
self.tree = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue