Diffusion Krita 3a0a518f9bf9

Fix crash on closing Krita when there is something in the clipboard

Authored by dkazakov on Sep 26 2017, 3:54 PM.

Description

Fix crash on closing Krita when there is something in the clipboard

It seems like Qt requests mime contents of the clipboard on exit.
But by the time it requests the stuff, Krita's KisApplication is
already dead, therefore we can use neither signals nor timers.

CCBUG:384941

Details

Committed
dkazakovSep 26 2017, 3:55 PM
Parents
R37:6169d822f47d: Don't recalculate an adjustment layer, which is in invisible passthrough group
Branches
Unknown
Tags
Unknown