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
790e96cc
Commit
790e96cc
authored
Dec 03, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix spacer tool sometimes moving clips when it shouldn't
Related to
#860
parent
371e3e43
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
790e96cc
...
...
@@ -916,6 +916,7 @@ Rectangle {
Drag
.
proposedAction
=
Qt
.
MoveAction
spacerClickFrame
=
frame
spacerFrame
=
controller
.
getItemPosition
(
spacerGroup
)
finalSpacerFrame
=
spacerFrame
}
}
else
if
(
root
.
activeTool
===
0
||
mouse
.
y
<=
ruler
.
height
)
{
if
(
mouse
.
y
>
ruler
.
height
)
{
...
...
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