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
65d2e487
Commit
65d2e487
authored
Apr 01, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix master effectstack last keyframe goes beyond last frame
parent
eeff3a82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core.cpp
View file @
65d2e487
...
...
@@ -516,7 +516,7 @@ int Core::getItemDuration(const ObjectId &id)
break
;
case
ObjectType
::
TimelineTrack
:
case
ObjectType
::
Master
:
return
m_mainWindow
->
getCurrentTimeline
()
->
controller
()
->
duration
();
return
m_mainWindow
->
getCurrentTimeline
()
->
controller
()
->
duration
()
-
1
;
default:
qDebug
()
<<
"ERROR: unhandled object type"
;
}
...
...
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