Fixed invalid reference
This commit is contained in:
parent
b9502d35ee
commit
88b79236e7
1 changed files with 1 additions and 3 deletions
|
@ -149,7 +149,7 @@ Item {
|
|||
asynchronous: true
|
||||
visible: status === Image.Ready ? true : false
|
||||
layer.enabled: videoMessageComponent.highlighted
|
||||
layer.effect: PressEffect { source: singleImage }
|
||||
layer.effect: PressEffect { source: placeholderImage }
|
||||
}
|
||||
|
||||
BackgroundImage {
|
||||
|
@ -157,7 +157,6 @@ Item {
|
|||
}
|
||||
|
||||
Rectangle {
|
||||
id: placeholderBackground
|
||||
color: "black"
|
||||
opacity: 0.3
|
||||
height: parent.height
|
||||
|
@ -237,7 +236,6 @@ Item {
|
|||
}
|
||||
|
||||
Rectangle {
|
||||
id: videoErrorShade
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
color: "lightgrey"
|
||||
|
|
Loading…
Reference in a new issue