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
d8e2d36c
Commit
d8e2d36c
authored
Aug 10, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix timeline preview broken in recent change
parent
a6e369db
Pipeline
#74394
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/previewmanager.cpp
View file @
d8e2d36c
...
...
@@ -680,11 +680,11 @@ void PreviewManager::invalidatePreview(int startFrame, int endFrame)
m_previewTrack
->
consolidate_blanks
();
emit
m_controller
->
renderedChunksChanged
();
emit
m_controller
->
dirtyChunksChanged
();
m_previewGatherTimer
.
start
();
}
if
(
stopPreview
)
{
startPreviewRender
();
}
m_previewGatherTimer
.
start
();
}
void
PreviewManager
::
reloadChunks
(
const
QVariantList
chunks
)
...
...
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