Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Krita
Commits
221737ae
Commit
221737ae
authored
Aug 09, 2019
by
Jouni Pentikäinen
Browse files
Fix saving animated transparency masks created through conversion
BUG: 409895
parent
2cfe3745
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/image/kis_mask.cc
View file @
221737ae
...
...
@@ -192,7 +192,10 @@ void KisMask::Private::initSelectionImpl(KisSelectionSP copyFrom, KisLayerSP par
KisPixelSelectionSP
pixelSelection
=
selection
->
pixelSelection
();
if
(
pixelSelection
->
framesInterface
())
{
q
->
addKeyframeChannel
(
pixelSelection
->
keyframeChannel
());
KisRasterKeyframeChannel
*
keyframeChannel
=
pixelSelection
->
keyframeChannel
();
keyframeChannel
->
setFilenameSuffix
(
".pixelselection"
);
q
->
addKeyframeChannel
(
keyframeChannel
);
q
->
enableAnimation
();
}
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment