Skip to content
GitLab
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
f4c9a045
Commit
f4c9a045
authored
Oct 03, 2017
by
Jean-Baptiste Mardelle
Browse files
Fix keyframes unseekable on bin effects
parent
4a7088e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/monitor.cpp
View file @
f4c9a045
...
...
@@ -1233,9 +1233,7 @@ void Monitor::seekCursor(int pos)
if
(
m_ruler
->
slotNewValue
(
pos
))
{
m_timePos
->
setValue
(
pos
);
checkOverlay
(
pos
);
if
(
m_id
!=
Kdenlive
::
ClipMonitor
)
{
emit
renderPosition
(
pos
);
}
emit
renderPosition
(
pos
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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