-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
previously, I had made lots of changes to, when a window is closed, withdraw the dialog so that the user does not see the window being destroyed piece by piece. This is especially true for windows containing matplotlib plots, which delete slowly and painfully. This call was not being made when a window was destroyed by the root window being destroyed, so I overload the tk destroy function to withdraw the window invariably prior to destruction.
- Loading branch information
1 parent
6fbf208
commit 2b32fe5
Showing
3 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters