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
c28eb54c
Commit
c28eb54c
authored
Dec 13, 2019
by
Jean-Baptiste Mardelle
Browse files
Don't unnecessarily trigger timeline thumbnail reload
parent
f9fc692b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Clip.qml
View file @
c28eb54c
...
...
@@ -304,9 +304,6 @@ Rectangle {
visible
:
status
==
Loader
.
Ready
anchors.fill
:
parent
source
:
clipRoot
.
hideClipViews
?
""
:
parentTrack
.
isAudio
?
(
timeline
.
showAudioThumbnails
?
"
ClipAudioThumbs.qml
"
:
""
)
:
itemType
==
ProducerType
.
Color
?
""
:
timeline
.
showThumbnails
?
"
ClipThumbs.qml
"
:
""
onLoaded
:
{
item
.
reload
()
}
}
}
...
...
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