Diffusion Krita c563fb03f6b3

Fix regression (deadlock) when loading .kra with non-default color prfofile

Authored by dkazakov on Oct 15 2019, 5:06 PM.

Description

Fix regression (deadlock) when loading .kra with non-default color prfofile

KisKraLoader works under ubdatesBlocked(), so to ensure waitForDone()
doesn't deadlock, we should guarantee that no updates are issued in
a process of profile setting. And we shouldn't issue updates anyway,
because loading process will emit initialRefreshGraph() anyway.