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
e7c10c29
Commit
e7c10c29
authored
Mar 21, 2022
by
Julius Künzel
Browse files
Fix razor tool misbehaviour on subtitle track
parent
d93edff9
Pipeline
#153278
passed with stage
in 5 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
e7c10c29
...
...
@@ -1627,6 +1627,9 @@ Rectangle {
timeline
.
showKeyBinding
(
i18n
(
"
<b>Double click</b> to add a subtitle
"
))
}
}
onPositionChanged
:
{
tracksArea
.
positionChanged
(
mouse
)
}
onExited
:
{
timeline
.
showKeyBinding
()
}
...
...
@@ -1907,7 +1910,7 @@ Rectangle {
}
Rectangle
{
id
:
cutLine
visible
:
root
.
activeTool
===
ProjectTool
.
RazorTool
&&
tracksArea
.
mouseY
>
ruler
.
height
visible
:
root
.
activeTool
===
ProjectTool
.
RazorTool
&&
(
tracksArea
.
mouseY
>
ruler
.
height
||
subtitleMouseArea
.
containsMouse
)
color
:
'
red
'
width
:
1
opacity
:
1
...
...
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