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
06f62538
Commit
06f62538
authored
Mar 04, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix timeline broken in previous commit
parent
98485c67
Pipeline
#145035
passed with stage
in 5 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Track.qml
View file @
06f62538
...
...
@@ -60,6 +60,12 @@ Item{
z
:
calculateZIndex
()
Loader
{
id
:
loader
Binding
{
target
:
loader
.
item
property
:
"
timeScale
"
value
:
root
.
timeScale
when
:
loader
.
status
==
Loader
.
Ready
&&
loader
.
item
}
Binding
{
target
:
loader
.
item
property
:
"
fakeTid
"
...
...
@@ -108,12 +114,6 @@ Item{
value
:
model
.
start
when
:
loader
.
status
==
Loader
.
Ready
&&
loader
.
item
}
Binding
{
target
:
loader
.
item
property
:
"
timeScale
"
value
:
root
.
timeScale
when
:
loader
.
status
==
Loader
.
Ready
&&
loader
.
item
}
Binding
{
target
:
loader
.
item
property
:
"
scrollX
"
...
...
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