Bug 211918 - krita crashes when using the color mixer docker
Summary: krita crashes when using the color mixer docker
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR crash
Target Milestone: ---
Assignee: Halla Rempt
URL:
Keywords:
: 229364 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-10-26 11:11 UTC by Halla Rempt
Modified: 2010-03-29 20:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.