https://bugs.kde.org/show_bug.cgi?id=362675
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED Latest Commit|http://commits.kde.org/krit |http://commits.kde.org/krit |a/5ab2ed2f7b19d8be57f9408f8 |a/1082ada7268ef49c4acf5d717 |8614c282f0abaa0 |075a63c0d3bdb12 --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 1082ada7268ef49c4acf5d717075a63c0d3bdb12 by Dmitry Kazakov. Committed on 13/05/2016 at 11:12. Pushed by dkazakov into branch 'master'. Fix some crashes/inconsistencies while saving the document 1) Deny double entry into the saving process 2) Don't try to save if the user has closed the waiting progress dialog. Otherwise it may cause a crash. 3) Make the saving progress bar modal. Otherwise it hides behind Krita window and the user sees a locked-up canvas. Fixes T2430 M +5 -4 libs/global/kis_global.h M +4 -4 libs/ui/KisDocument.cpp M +19 -0 libs/ui/KisMainWindow.cpp M +4 -1 libs/ui/dialogs/kis_delayed_save_dialog.cpp M +1 -1 libs/ui/kis_async_action_feedback.cpp http://commits.kde.org/krita/1082ada7268ef49c4acf5d717075a63c0d3bdb12 -- You are receiving this mail because: You are watching all bug changes.