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
48c605b6
Commit
48c605b6
authored
Nov 17, 2021
by
Julius Künzel
⚠
Browse files
Fix another clip marker issue introduced with old code for Ripple
parent
46440d9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Clip.qml
View file @
48c605b6
...
...
@@ -506,7 +506,7 @@ Rectangle {
onDoubleClicked
:
timeline
.
editMarker
(
clipRoot
.
clipId
,
model
.
frame
)
onClicked
:
proxy
.
position
=
clipRoot
.
modelStart
+
(
clipRoot
.
speed
<
0
?
(
clipRoot
.
maxDuration
-
clipRoot
.
inPoint
)
*
timeScale
+
(
Math
.
round
(
model
.
frame
/
clipRoot
.
speed
))
:
(
Math
.
round
(
model
.
frame
/
clipRoot
.
speed
)
-
clipRoot
.
switchedI
nPoint
))
:
(
Math
.
round
(
model
.
frame
/
clipRoot
.
speed
)
-
clipRoot
.
i
nPoint
))
}
}
TextMetrics
{
...
...
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