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
845a55df
Commit
845a55df
authored
May 17, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix clicking on guide not seeking to exact guide position
parent
bb99e912
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/timeline.qml
View file @
845a55df
...
...
@@ -1411,7 +1411,7 @@ Rectangle {
timeline
.
editGuide
(
model
.
frame
)
drag
.
target
=
undefined
}
onClicked
:
proxy
.
position
=
guideBase
.
x
/
timeline
.
scaleFactor
onClicked
:
proxy
.
position
=
model
.
frame
}
}
Text
{
...
...
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