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
eccb4c14
Commit
eccb4c14
authored
Jan 29, 2020
by
Jean-Baptiste Mardelle
Browse files
Update Composition.qml for qml2 ScrollView
parent
41357ae8
Pipeline
#14131
passed with stage
in 16 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Composition.qml
View file @
eccb4c14
...
...
@@ -74,7 +74,7 @@ Item {
signal
trimmedOut
(
var
clip
)
onScrollStartChanged
:
{
compositionRoot
.
hideCompoViews
=
compositionRoot
.
scrollStart
>
width
||
compositionRoot
.
scrollStart
+
scrollView
.
viewport
.
width
<
0
compositionRoot
.
hideCompoViews
=
compositionRoot
.
scrollStart
>
width
||
compositionRoot
.
scrollStart
+
scrollView
.
contentItem
.
width
<
0
}
onKeyframeModelChanged
:
{
...
...
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