Diffusion Krita 1bf5594bbb07

Use regular asserts in KisDocument::slotChildCompletedSavingInBackground

Authored by amedonosova on Jul 26 2019, 2:12 PM.

Description

Use regular asserts in KisDocument::slotChildCompletedSavingInBackground

Use KIS_ASSERT instead of KIS_SAFE_ASSERT in
KisDocument::slotChildCompletedSavingInBackground. When any of these
conditions triggers, it means that something is really wrong and the
saved file may be corrupt. On systems with safe asserts hidden (e.g.
Windows), there is no feedback to the user that something bad happened
(apart from the fact that the document is still modified after save).

Details

Committed
amedonosovaJul 26 2019, 2:12 PM
Parents
R37:2b49fc651ff7: Unlock KisDocument in case of an assert after saving
Branches
Unknown
Tags
Unknown