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
b041e67f
Commit
b041e67f
authored
Feb 28, 2022
by
Julius Künzel
Browse files
[Effect Keyframes] Fix wrong keyframes shown as selected
parent
44a05018
Changes
1
Show whitespace changes
Inline
Side-by-side
src/assets/keyframes/view/keyframeview.cpp
View file @
b041e67f
...
...
@@ -717,6 +717,7 @@ void KeyframeView::paintEvent(QPaintEvent *event)
if
(
pos
<
0
)
continue
;
double
scaledPos
=
pos
*
m_scale
;
if
(
scaledPos
<
m_zoomStart
||
qFloor
(
scaledPos
)
>
zoomEnd
)
{
kfrIx
++
;
continue
;
}
if
(
kfrIx
==
m_model
->
activeKeyframe
())
{
...
...
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