Skip to content

Commit

Permalink
Fix: make the dialog frame modal (keep selected items)
Browse files Browse the repository at this point in the history
  • Loading branch information
NilujePerchut committed Jul 24, 2020
1 parent 556c499 commit 948ad53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teardrops/teardrop_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ def onCloseWindow(self, event):
def InitTeardropDialog(board):
"""Launch the dialog"""
tg = TeardropDialog(board)
tg.Show(True)
tg.ShowModal()
return tg

0 comments on commit 948ad53

Please sign in to comment.