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
f142cade
Commit
f142cade
authored
Sep 26, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix effect stack view incorrect on hide keyframes (was still showing the timecode)
parent
828283da
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/assets/view/widgets/keyframewidget.cpp
View file @
f142cade
...
...
@@ -702,6 +702,7 @@ void KeyframeWidget::showKeyframes(bool enable)
}
m_toolbar
->
setVisible
(
enable
);
m_keyframeview
->
setVisible
(
enable
);
m_time
->
setVisible
(
enable
);
setFixedHeight
(
m_addedHeight
+
(
enable
?
m_baseHeight
:
0
));
}
...
...
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