Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
ab66afb8
Commit
ab66afb8
authored
Jan 11, 2021
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix recent regression (crash moving clip in timeline)
parent
6d5bd03d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/timeline2/view/qml/timeline.qml
src/timeline2/view/qml/timeline.qml
+1
-1
No files found.
src/timeline2/view/qml/timeline.qml
View file @
ab66afb8
...
...
@@ -1428,7 +1428,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
Markdown
is supported
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