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
509af7f9
Commit
509af7f9
authored
Nov 29, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix keyframe selection on add
parent
a43533d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/assets/keyframes/view/keyframeview.cpp
View file @
509af7f9
...
...
@@ -149,6 +149,7 @@ void KeyframeView::slotAddRemove()
int
currentIx
=
m_model
->
getIndexForPos
(
position
);
if
(
currentIx
>
-
1
)
{
m_model
->
setSelectedKeyframes
({
currentIx
});
m_model
->
setActiveKeyframe
(
currentIx
);
}
}
}
...
...
Davy Bartoloni
🍕
@bartoloni
mentioned in issue
#1262 (closed)
·
Nov 30, 2021
mentioned in issue
#1262 (closed)
mentioned in issue #1262
Toggle commit list
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