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
f7518d23
Commit
f7518d23
authored
Nov 30, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix playhead disappeared
parent
c59a047a
Pipeline
#11226
passed with stage
in 16 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
f7518d23
...
@@ -1075,9 +1075,8 @@ Rectangle {
...
@@ -1075,9 +1075,8 @@ Rectangle {
}*/
}*/
TimelinePlayhead
{
TimelinePlayhead
{
id
:
playhead
id
:
playhead
visible
:
timeline
.
position
>
-
1
height
:
root
.
baseUnit
*
.
8
height
:
baseUnit
*
.
8
width
:
root
.
baseUnit
*
1.2
width
:
baseUnit
*
1.2
fillColor
:
activePalette
.
windowText
fillColor
:
activePalette
.
windowText
anchors.bottom
:
parent
.
bottom
anchors.bottom
:
parent
.
bottom
x
:
root
.
consumerPosition
*
timeline
.
scaleFactor
-
(
width
/
2
)
x
:
root
.
consumerPosition
*
timeline
.
scaleFactor
-
(
width
/
2
)
...
...
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