Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Kdenlive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
252
Issues
252
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Multimedia
Kdenlive
Commits
bcf6eae1
Commit
bcf6eae1
authored
Jun 07, 2019
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/timeline2/view/qml/Clip.qml
src/timeline2/view/qml/Clip.qml
+5
-1
No files found.
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