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
12fd2601
Commit
12fd2601
authored
Oct 16, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix fad in control sometimes not visible
parent
6d8c7cfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Clip.qml
View file @
12fd2601
...
...
@@ -614,7 +614,6 @@ Rectangle {
}
Rectangle
{
id
:
fadeInControl
anchors.left
:
fadeInTriangle
.
width
>
radius
?
undefined
:
fadeInTriangle
.
left
anchors.horizontalCenter
:
fadeInTriangle
.
width
>
radius
?
fadeInTriangle
.
right
:
undefined
anchors.top
:
fadeInTriangle
.
top
anchors.topMargin
:
-
10
...
...
@@ -713,7 +712,6 @@ Rectangle {
}
Rectangle
{
id
:
fadeOutControl
anchors.right
:
fadeOutCanvas
.
width
>
radius
?
undefined
:
fadeOutCanvas
.
right
anchors.horizontalCenter
:
fadeOutCanvas
.
width
>
radius
?
fadeOutCanvas
.
left
:
undefined
anchors.top
:
fadeOutCanvas
.
top
anchors.topMargin
:
-
10
...
...
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