Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
12fd2601
Commit
12fd2601
authored
Oct 16, 2019
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix fad in control sometimes not visible
parent
6d8c7cfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/timeline2/view/qml/Clip.qml
src/timeline2/view/qml/Clip.qml
+0
-2
No files found.
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
Markdown
is supported
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