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
33dc4d06
Commit
33dc4d06
authored
Jun 26, 2019
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix fades broken on speed change.
BUG: 409159
parent
c0b3b54c
Pipeline
#4638
passed with stage
in 14 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/timeline2/model/clipmodel.cpp
src/timeline2/model/clipmodel.cpp
+1
-0
No files found.
src/timeline2/model/clipmodel.cpp
View file @
33dc4d06
...
...
@@ -448,6 +448,7 @@ bool ClipModel::useTimewarpProducer(double speed, Fun &undo, Fun &redo)
local_undo
();
return
false
;
}
adjustEffectLength
(
false
,
oldIn
,
getIn
(),
oldOut
-
oldIn
,
m_producer
->
get_playtime
(),
0
,
local_undo
,
local_redo
,
true
);
UPDATE_UNDO_REDO
(
local_redo
,
local_undo
,
undo
,
redo
);
return
true
;
}
...
...
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