Summary: | Clear a Mask doesn't refresh Canvas display | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | animtim |
Component: | Usability | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73 |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
animtim
2012-02-04 12:46:37 UTC
Git commit 594a48b9698e4561ae64ac12c95dbd04a6ef4de9 by Dmitry Kazakov. Committed on 04/02/2012 at 18:07. Pushed by dkazakov into branch 'shapes-as-node-model-kazakov'. Fixed updates on selection-based nodes The paint devices of these nodes should have a link to parent nodes to be able to emit setDirty() signals M +6 -2 krita/image/kis_mask.cc M +6 -0 krita/image/kis_paint_device.cc M +4 -0 krita/image/kis_paint_device.h M +30 -0 krita/image/kis_selection.cc M +14 -0 krita/image/kis_selection.h M +2 -0 krita/image/kis_selection_based_layer.cpp M +36 -0 krita/image/tests/kis_adjustment_layer_test.cpp M +1 -0 krita/image/tests/kis_adjustment_layer_test.h M +28 -1 krita/image/tests/kis_mask_test.cpp M +1 -0 krita/image/tests/kis_mask_test.h M +42 -0 krita/image/tests/kis_selection_test.cpp M +2 -0 krita/image/tests/kis_selection_test.h http://commits.kde.org/calligra/594a48b9698e4561ae64ac12c95dbd04a6ef4de9 |