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
14c02a49
Commit
14c02a49
authored
Aug 09, 2019
by
Jouni Pentikäinen
Committed by
Halla Rempt
Aug 15, 2019
Browse files
Fix saving animated transparency masks created through conversion
BUG: 409895
parent
349e53ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/image/kis_mask.cc
View file @
14c02a49
...
...
@@ -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