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
33dc4d06
Commit
33dc4d06
authored
Jun 26, 2019
by
Jean-Baptiste Mardelle
Browse files
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
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
Supports
Markdown
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