Summary: | Image type conversion crashs krita | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Fabian <fabian> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | halla, lambdae2 |
Priority: | NOR | Keywords: | triaged |
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Fabian
2008-10-26 08:57:12 UTC
Confirmed (also, creating the image from the grayscale template gives very funny results.) I can confirm it too, but I can't get a backtrace. Found a workaround, after converting to rgb, if you hide and unhide the layer you can paint with the brush tool without a crash. SVN commit 879756 by berger: * emit signal when the color space of a paint device is changed * change the composite ops when the color space of the current layer is changed all in all it fix the crash on painting just after changing the colorspace of an image BUG:173565 M +1 -0 image/kis_colorspace_convert_visitor.h M +1 -1 image/kis_paint_device.cc M +15 -1 ui/tool/kis_tool_paint.cc M +2 -5 ui/tool/kis_tool_paint.h WebSVN link: http://websvn.kde.org/?view=rev&revision=879756 |