Skip to content
GitLab
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
62e1428d
Commit
62e1428d
authored
Mar 13, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix "out point" marker in clip monitor has 1 frame offset
parent
845242e6
Pipeline
#16436
passed with stage
in 16 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/view/kdenliveclipmonitor.qml
View file @
62e1428d
...
...
@@ -269,7 +269,7 @@ Item {
left
:
inPoint
.
visible
?
inPoint
.
right
:
parent
.
left
bottom
:
parent
.
bottom
}
visible
:
root
.
showMarkers
&&
controller
.
position
==
controller
.
zoneOut
visible
:
root
.
showMarkers
&&
controller
.
position
+
1
==
controller
.
zoneOut
text
:
i18n
(
"
Out Point
"
)
color
:
"
white
"
background
:
Rectangle
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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