Skip to content
GitLab
Menu
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
dc2c87bf
Commit
dc2c87bf
authored
Jan 11, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix recent regression (crash moving clip in timeline)
parent
25953f09
Pipeline
#47321
passed with stage
in 10 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
dc2c87bf
...
...
@@ -1467,7 +1467,7 @@ Rectangle {
controller
.
requestCompositionMove
(
dragProxy
.
draggedItem
,
tId
,
dragFrame
,
true
,
true
,
true
)
}
else
{
if
(
controller
.
normalEdit
())
{
controller
.
requestClipMove
(
dragProxy
.
draggedItem
,
dragProxy
.
sourceTrack
,
dragProxy
.
sourceFrame
,
moveMirrorTracks
,
fals
e
,
false
,
false
)
controller
.
requestClipMove
(
dragProxy
.
draggedItem
,
dragProxy
.
sourceTrack
,
dragProxy
.
sourceFrame
,
moveMirrorTracks
,
tru
e
,
false
,
false
)
controller
.
requestClipMove
(
dragProxy
.
draggedItem
,
tId
,
dragFrame
,
moveMirrorTracks
,
true
,
true
,
true
)
}
else
{
// Fake move, only process final move
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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