Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
3cb5c32d
Commit
3cb5c32d
authored
Jun 26, 2020
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix clip height not updated on track change in insert/overwrite modes.
Fixes
#723
parent
07aab6b8
Pipeline
#25072
passed with stage
in 22 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/timeline2/view/qml/Clip.qml
src/timeline2/view/qml/Clip.qml
+1
-0
No files found.
src/timeline2/view/qml/Clip.qml
View file @
3cb5c32d
...
...
@@ -166,6 +166,7 @@ Rectangle {
clipRoot
.
y
=
pos
.
y
}
clipRoot
.
y
=
Logic
.
getTrackById
(
clipRoot
.
fakeTid
).
y
clipRoot
.
height
=
Logic
.
getTrackById
(
clipRoot
.
fakeTid
).
height
}
}
...
...
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