Summary: | Trying to create any selection with a tool creashes Krita | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Dmitry Kazakov <dimula73> |
Component: | General | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dmitry Kazakov
2012-01-04 07:37:08 UTC
It happens, because default bounds for the projection of the root layer are set wrong. Git commit b5039f1600babb55f8cc9162fa668084d809ae9a by Dmitry Kazakov. Committed on 05/01/2012 at 11:16. Pushed by dkazakov into branch 'master'. Fixed a bug in oblige child mechanism After making the global selection a mask root layer may have a mask, but still can ask its only child layer to share the projection. There was another reason for the bug: the assert in createThumbnail didn't take into account that the device may be empty. M +34 -17 krita/image/kis_group_layer.cc M +1 -0 krita/image/kis_group_layer.h M +1 -1 krita/image/kis_paint_device.cc http://commits.kde.org/calligra/b5039f1600babb55f8cc9162fa668084d809ae9a |