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
124c7401
Commit
124c7401
authored
Jan 29, 2020
by
Jean-Baptiste Mardelle
Browse files
Update Clip.qml for qml2 scrollview
parent
831b4d31
Pipeline
#14129
passed with stage
in 24 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Clip.qml
View file @
124c7401
...
...
@@ -83,7 +83,7 @@ Rectangle {
signal
trimmedOut
(
var
clip
,
bool
shiftTrim
,
bool
controlTrim
)
onScrollStartChanged
:
{
clipRoot
.
hideClipViews
=
scrollStart
>
(
clipDuration
*
timeline
.
scaleFactor
)
||
scrollStart
+
scrollView
.
viewport
.
width
<
0
clipRoot
.
hideClipViews
=
scrollStart
>
(
clipDuration
*
timeline
.
scaleFactor
)
||
scrollStart
+
scrollView
.
contentItem
.
width
<
0
}
onIsGrabbedChanged
:
{
...
...
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