Bug 211918

Summary: krita crashes when using the color mixer docker
Product: [Applications] krita Reporter: Halla Rempt <halla>
Component: GeneralAssignee: Halla Rempt <halla>
Status: RESOLVED FIXED    
Severity: crash CC: cookiecaper
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Halla Rempt 2009-10-26 11:11:22 UTC
Version:            (using Devel)
Installed from:    Compiled sources

Krita crashes when using the color mixer. There are two problems:

* the docker isn't a kocanvasobserver, but is tied to the active view instead.
* the docker abuses the krita tool system without having a krita canvas.

Solution:

* make it a kocanvasobserver
* rewrite the tool/canvas combo to be more koffice-generic
Comment 1 Halla Rempt 2010-03-04 08:20:33 UTC
*** Bug 229364 has been marked as a duplicate of this bug. ***
Comment 2 Halla Rempt 2010-03-29 20:16:34 UTC
The docker is now a proper KOffice docker and knows it's the only one in this process so doesn't die when the view dies.