apply slide item

This commit is contained in:
王劲鹏
2021-05-31 19:28:45 +08:00
committed by osborn
parent 46e28577d9
commit 94045f11bf
7 changed files with 45 additions and 0 deletions

View File

@@ -19,12 +19,16 @@ Rectangle {
console.log(tag, uuid + " onWidthChanged: " + this.width)
updateGradient()
slideItemBridge.apply(wrapper)
}
onHeightChanged: {
console.log(tag, uuid + " onHeightChanged: " + this.height)
updateGradient()
slideItemBridge.apply(wrapper)
}
color: 'transparent'