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
e76c17c9
Commit
e76c17c9
authored
Mar 12, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix timeline operation cannot be performed after group resize with no move
parent
5680f375
Pipeline
#53918
passed with stage
in 10 minutes and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bin/bin.cpp
View file @
e76c17c9
...
...
@@ -4322,6 +4322,7 @@ void Bin::checkProjectAudioTracks(QString clipId, int minimumTracksCount)
for
(
QWidget
*
w
:
m_propertiesPanel
->
findChildren
<
ClipPropertiesController
*>
())
{
if
(
w
->
parentWidget
()
&&
w
->
parentWidget
()
->
parentWidget
())
{
// Raise panel
w
->
parentWidget
()
->
parentWidget
()
->
show
();
w
->
parentWidget
()
->
parentWidget
()
->
raise
();
}
// Show audio tab
...
...
src/timeline2/view/qml/Clip.qml
View file @
e76c17c9
...
...
@@ -568,6 +568,8 @@ Rectangle {
}
else
{
endDrag
()
}
}
else
{
root
.
groupTrimData
=
undefined
}
}
onDoubleClicked
:
{
...
...
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