Skip to content

Commit 195c531

Browse files
committed
ProjectPlayer: Hide debug bounding rects if sprite is invisible
1 parent 4425f65 commit 195c531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ProjectPlayer.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ ProjectScene {
172172
color: "transparent"
173173
border.color: "red"
174174
border.width: 3
175+
visible: targetItem.visible
175176
176177
function updatePosition() {
177178
let bounds = targetItem.getQmlBounds();

0 commit comments

Comments
 (0)