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
29cb9179
Commit
29cb9179
authored
Sep 19, 2022
by
Dmitry Kazakov
Browse files
Fix a crash when trying to save an image with a fill layer
BUG:459252
parent
cc118a87
Pipeline
#234425
canceled with stage
in 1 minute and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libs/image/kis_selection_based_layer.cpp
View file @
29cb9179
...
...
@@ -110,8 +110,6 @@ void KisSelectionBasedLayer::setImage(KisImageWSP image)
if
(
image
)
{
m_d
->
imageConnections
.
addConnection
(
image
.
data
(),
SIGNAL
(
sigSizeChanged
(
QPointF
,
QPointF
)),
this
,
SLOT
(
slotImageSizeChanged
()));
}
resetCache
();
}
bool
KisSelectionBasedLayer
::
allowAsChild
(
KisNodeSP
node
)
const
...
...
Dmitry Kazakov
@dkazakov
mentioned in commit
de6a3701
·
Sep 19, 2022
mentioned in commit
de6a3701
mentioned in commit de6a3701a83266130c7b766a6eaef7753ad02eb6
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