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
4c0163c5
Commit
4c0163c5
authored
Sep 25, 2021
by
Julius Künzel
⚠
Browse files
Fix crash on keyframe import of 1 dimensional params
parent
98a7fdfd
Pipeline
#82653
passed with stage
in 8 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/assets/view/widgets/keyframeimport.cpp
View file @
4c0163c5
...
...
@@ -447,8 +447,8 @@ void KeyframeImport::updateDestinationRange()
m_destMin
.
setEnabled
(
false
);
m_destMax
.
setEnabled
(
false
);
m_limitRange
->
setEnabled
(
false
);
updateView
();
}
updateView
();
}
void
KeyframeImport
::
updateDisplay
()
...
...
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