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
1683e9ad
Commit
1683e9ad
authored
Mar 05, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix rotation param cannot be copied between keyframes.
Fixes
#1351
parent
4b8107cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/assets/view/widgets/keyframewidget.cpp
View file @
1683e9ad
...
...
@@ -317,6 +317,8 @@ KeyframeWidget::KeyframeWidget(std::shared_ptr<AssetParameterModel> model, QMode
if
(
!
params
.
contains
(
ix
))
{
params
.
insert
(
ix
,
{});
}
}
else
{
params
.
insert
(
ix
,
{});
}
}
}
...
...
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