-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't exit after a save done after a quit request
Performing the following pathological sequence of actions used to cause Drawpile to exit unexpectedly: * Having a dirty, yet unsaved canvas. * Initiating quitting the application. * Saying that you want to save. * Cancelling that save dialog. * Performing a save or save as. This is fixed by not setting the "exit after save" flag if the save dialog is cancelled.
- Loading branch information
1 parent
11b05e2
commit 3ff7589
Showing
3 changed files
with
31 additions
and
29 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