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
28314def
Commit
28314def
authored
Sep 16, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix compositions hidden when top clip had a same track transition
parent
c5f9379b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Track.qml
View file @
28314def
...
...
@@ -48,7 +48,7 @@ Item{
delegate
:
Item
{
property
var
itemModel
:
model
property
bool
clipItem
:
isClip
(
model
.
clipType
)
z
:
model
.
clipType
==
ProducerType
.
Composition
?
5
:
model
.
mixDuration
>
0
?
model
.
start
/
25
:
0
z
:
model
.
clipType
==
ProducerType
.
Composition
?
5
0000
:
model
.
mixDuration
>
0
?
model
.
start
/
25
:
0
Loader
{
id
:
loader
Binding
{
...
...
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