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
bcf6eae1
Commit
bcf6eae1
authored
Jun 07, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix fade out moving 1 frame right on mouse release
parent
0ca212ca
Pipeline
#4115
passed with stage
in 27 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Clip.qml
View file @
bcf6eae1
...
...
@@ -756,7 +756,11 @@ Rectangle {
parent
.
anchors
.
horizontalCenter
=
fadeOutCanvas
.
left
else
parent
.
anchors
.
right
=
fadeOutCanvas
.
right
timeline
.
adjustFade
(
clipRoot
.
clipId
,
'
fadeout
'
,
clipRoot
.
fadeOut
,
startFadeOut
)
var
duration
=
clipRoot
.
fadeOut
if
(
duration
>
0
)
{
duration
+=
1
}
timeline
.
adjustFade
(
clipRoot
.
clipId
,
'
fadeout
'
,
duration
,
startFadeOut
)
bubbleHelp
.
hide
()
}
onPositionChanged
:
{
...
...
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