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
b0022ad9
Commit
b0022ad9
authored
Sep 19, 2022
by
Dmitry Kazakov
Browse files
Fix copy-paste operation not working after using the move tool
The copying should force-finish the move operation
BUG:458764
parent
63f63419
Pipeline
#234455
failed with stage
in 52 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libs/ui/actions/kis_selection_action_factories.cpp
View file @
b0022ad9
...
...
@@ -271,6 +271,8 @@ void KisCutCopyActionFactory::run(bool willCut, bool makeSharpClip, KisViewManag
KisImageSP
image
=
view
->
image
();
if
(
!
image
)
return
;
if
(
!
view
->
blockUntilOperationsFinished
(
image
))
return
;
// Reference layers is a fake node, so it isn't added to the layer stack, this results in KisSelectedShapesProxy not
// being aware of the active shapeManager and its selected shapes.
const
auto
currentToolHasSelection
=
...
...
Dmitry Kazakov
@dkazakov
mentioned in commit
9ed1797d
·
Sep 19, 2022
mentioned in commit
9ed1797d
mentioned in commit 9ed1797d99fafe31731ec80b1cc085b5cb4540a8
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