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
39100793
Commit
39100793
authored
Jul 05, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix reloading playlist doesn't update out.
Fixes
#275
parent
bbe584c6
Pipeline
#4890
failed with stage
in 1 second
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/bin/projectclip.cpp
View file @
39100793
...
...
@@ -324,6 +324,7 @@ void ProjectClip::reloadProducer(bool refreshOnly, bool audioStreamChanged)
if
(
!
xml
.
isNull
())
{
pCore
->
jobManager
()
->
discardJobs
(
clipId
(),
AbstractClipJob
::
THUMBJOB
);
m_thumbsProducer
.
reset
();
xml
.
removeAttribute
(
"out"
);
ThumbnailCache
::
get
()
->
invalidateThumbsForClip
(
clipId
());
int
loadJob
=
pCore
->
jobManager
()
->
startJob
<
LoadJob
>
({
clipId
()},
loadjobId
,
QString
(),
xml
);
pCore
->
jobManager
()
->
startJob
<
ThumbJob
>
({
clipId
()},
loadJob
,
QString
(),
150
,
-
1
,
true
,
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