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
eed01aa0
Commit
eed01aa0
authored
Mar 10, 2020
by
Jean-Baptiste Mardelle
Browse files
Don't attempt to create thumbnails on color clips
parent
6b8b07fb
Pipeline
#16243
passed with stage
in 14 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Clip.qml
View file @
eed01aa0
...
...
@@ -305,7 +305,7 @@ Rectangle {
clip
:
true
asynchronous
:
true
visible
:
status
==
Loader
.
Ready
source
:
clipRoot
.
hideClipViews
?
""
:
parentTrack
.
isAudio
?
(
timeline
.
showAudioThumbnails
?
"
ClipAudioThumbs.qml
"
:
""
)
:
itemType
==
ProducerType
.
Color
?
""
:
timeline
.
showThumbnails
?
"
ClipThumbs.qml
"
:
""
source
:
clipRoot
.
hideClipViews
||
clipRoot
.
itemType
==
0
||
clipRoot
.
itemType
===
ProducerType
.
Color
?
""
:
parentTrack
.
isAudio
?
(
timeline
.
showAudioThumbnails
?
"
ClipAudioThumbs.qml
"
:
""
)
:
timeline
.
showThumbnails
?
"
ClipThumbs.qml
"
:
""
}
Item
{
...
...
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