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
9b828c4b
Commit
9b828c4b
authored
Jul 29, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix audio thumbs missing on clip reload (like when changing autorotate value).
Fixes
#1086
parent
c055ffa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/projectclip.cpp
View file @
9b828c4b
...
...
@@ -407,6 +407,7 @@ void ProjectClip::reloadProducer(bool refreshOnly, bool isProxy, bool forceAudio
}
}
}
m_audioThumbCreated
=
false
;
ThumbnailCache
::
get
()
->
invalidateThumbsForClip
(
clipId
());
if
(
forceAudioReload
||
(
!
isProxy
&&
hashChanged
))
{
discardAudioThumb
();
...
...
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