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
a81e510b
Commit
a81e510b
authored
Sep 30, 2020
by
Jean-Baptiste Mardelle
Browse files
Correctly display Proxy status in timeline for clips with missing source
parent
042ce94b
Pipeline
#35986
passed with stage
in 43 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/qml/Clip.qml
View file @
a81e510b
...
...
@@ -692,7 +692,7 @@ Rectangle {
x
:
labelRect
.
x
anchors.top
:
labelRect
.
top
anchors.left
:
labelRect
.
right
visible
:
!
clipRoot
.
isAudio
&&
clipRoot
.
clipStatus
==
ClipStatus
.
StatusProxy
visible
:
!
clipRoot
.
isAudio
&&
clipRoot
.
clipStatus
==
ClipStatus
.
StatusProxy
||
clipRoot
.
clipStatus
==
ClipStatus
.
StatusProxyOnly
Text
{
// Proxy P
id
:
proxyLabel
...
...
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