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
507de273
Commit
507de273
authored
Sep 20, 2022
by
Halla Rempt
Browse files
Reset the group layers cache when group is set to pass-through
BUG:440960
parent
81c70b85
Pipeline
#234860
canceled with stage
in 40 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libs/image/kis_group_layer.cc
View file @
507de273
...
...
@@ -307,7 +307,9 @@ void KisGroupLayer::setPassThroughMode(bool value)
if
(
m_d
->
passThroughMode
==
value
)
return
;
m_d
->
passThroughMode
=
value
;
if
(
m_d
->
passThroughMode
)
{
resetCache
(
colorSpace
());
}
baseNodeChangedCallback
();
baseNodeInvalidateAllFramesCallback
();
notifyChildMaskChanged
();
...
...
Halla Rempt
@rempt
mentioned in commit
1d2e8819
·
Sep 20, 2022
mentioned in commit
1d2e8819
mentioned in commit 1d2e8819be9ab541634b9a3a7c463dfc4eadc8ab
Toggle commit list
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