We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4425f65 commit 195c531Copy full SHA for 195c531
1 file changed
src/ProjectPlayer.qml
@@ -172,6 +172,7 @@ ProjectScene {
172
color: "transparent"
173
border.color: "red"
174
border.width: 3
175
+ visible: targetItem.visible
176
177
function updatePosition() {
178
let bounds = targetItem.getQmlBounds();
0 commit comments