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
Multimedia
Kdenlive
Commits
e7770420
Commit
e7770420
authored
Mar 16, 2019
by
Nicolas Carion
Browse files
fix: copy shouldn't remove selection
parent
51dc5e6f
Pipeline
#1583
passed with stage
in 23 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/timelinecontroller.cpp
View file @
e7770420
...
...
@@ -414,6 +414,7 @@ void TimelineController::copyItem()
QClipboard
*
clipboard
=
QApplication
::
clipboard
();
clipboard
->
setText
(
copyString
);
m_root
->
setProperty
(
"copiedClip"
,
clipId
);
m_model
->
requestSetSelection
(
selectedIds
);
}
bool
TimelineController
::
pasteItem
()
...
...
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