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
73716f89
Commit
73716f89
authored
Aug 29, 2020
by
Sashmita Raghav
Browse files
Correct cursor height in timeline
parent
622efeeb
Pipeline
#32458
passed with stage
in 18 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
73716f89
...
...
@@ -1281,15 +1281,15 @@ Rectangle {
}
Repeater
{
id
:
guidesRepeater
;
model
:
guidesDelegateModel
}
}
Rectangle
{
id
:
cursor
visible
:
root
.
consumerPosition
>
-
1
color
:
root
.
textColor
width
:
Math
.
max
(
1
,
1
*
timeline
.
scaleFact
or
)
opacity
:
(
width
>
2
)
?
0.5
:
1
height
:
parent
.
height
x
:
root
.
consumerPosition
*
timeline
.
scaleFactor
}
}
Rectangle
{
id
:
cursor
visible
:
root
.
consumerPosition
>
-
1
color
:
root
.
textCol
or
width
:
Math
.
max
(
1
,
1
*
timeline
.
scaleFactor
)
opacity
:
(
width
>
2
)
?
0.5
:
1
height
:
tracksContainerArea
.
height
+
subtitleTrack
.
height
x
:
root
.
consumerPosition
*
timeline
.
scaleFactor
}
}
}
...
...
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