Summary: | Bug duplicating a hidden shape layer | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | animtim |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | halla, sven.langkamp |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/295a0039e8d7d83ebeb7fcca77759ad0bfe9b32c | Version Fixed In: | |
Sentry Crash Report: |
Description
animtim
2012-06-07 10:27:03 UTC
Ack, thanks for the report. The shape is actually not copied if the master shape is invisible. It appears to be copied as I can select the shape on the layer and it becomes visible when I move it. Maybe it's not painted on the paintdevice if the shape container is invisible. hm, but the new shape container _is_ visible. Git commit 52fb547bd1759d478fc1025f40f3c9597e8ac4e9 by Boudewijn Rempt. Committed on 27/06/2012 at 14:05. Pushed by rempt into branch 'calligra/2.5'. Make sure duplicated vector layers are always visible Even if the layer we are a duplicate of isn't visible. M +4 -0 krita/ui/flake/kis_shape_layer.cc http://commits.kde.org/calligra/52fb547bd1759d478fc1025f40f3c9597e8ac4e9 Git commit 295a0039e8d7d83ebeb7fcca77759ad0bfe9b32c by Boudewijn Rempt. Committed on 27/06/2012 at 14:05. Pushed by rempt into branch 'master'. Make sure duplicated vector layers are always visible Even if the layer we are a duplicate of isn't visible. M +4 -0 krita/ui/flake/kis_shape_layer.cc http://commits.kde.org/calligra/295a0039e8d7d83ebeb7fcca77759ad0bfe9b32c |