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
1e42e807
Commit
1e42e807
authored
Jan 31, 2020
by
Sashmita Raghav
Browse files
Fix indentation in image clip condition
parent
db0c7539
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Clip.qml
View file @
1e42e807
...
...
@@ -188,7 +188,7 @@ Rectangle {
if
(
clipStatus
==
ClipState
.
Disabled
)
{
return
'
grey
'
}
if
(
itemType
==
ProducerType
.
Image
){
if
(
itemType
==
ProducerType
.
Image
)
{
return
imageColor
}
if
(
itemType
==
ProducerType
.
Color
)
{
...
...
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