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
1e5f2ea5
Commit
1e5f2ea5
authored
Mar 27, 2021
by
Jean-Baptiste Mardelle
Browse files
Ensure guides are also drawn over subtitle track
parent
d034d62b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
1e5f2ea5
...
...
@@ -1687,16 +1687,18 @@ Rectangle {
id
:
dragContainer
z
:
100
}
Repeater
{
id
:
guidesRepeater
;
model
:
guidesDelegateModel
}
}
}
Repeater
{
id
:
guidesRepeater
;
model
:
guidesDelegateModel
}
Rectangle
{
id
:
cursor
visible
:
root
.
consumerPosition
>
-
1
color
:
root
.
textColor
width
:
1
opacity
:
1
height
:
tracksContainerArea
.
height
+
subtitleTrack
.
height
height
:
tracksContainerArea
.
height
x
:
root
.
consumerPosition
*
timeline
.
scaleFactor
Rectangle
{
color
:
root
.
textColor
...
...
@@ -1839,7 +1841,7 @@ Rectangle {
Rectangle
{
id
:
guideBase
width
:
1
height
:
tracksContainer
.
height
height
:
tracksContainer
Area
.
height
x
:
model
.
frame
*
timeScale
;
color
:
model
.
color
}
...
...
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