Skip to content

Commit

Permalink
Restore locked status of sceneitems
Browse files Browse the repository at this point in the history
Fixes #34.
  • Loading branch information
muesli committed Dec 13, 2021
1 parent 862cac7 commit 0d8614b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sceneitems.go
Expand Up @@ -111,6 +111,7 @@ func setSceneItemVisible(visible bool, scene string, items ...string) error {
Position: resp.Position,
Rotation: resp.Rotation,
Scale: resp.Scale,
Locked: resp.Locked,
Visible: visible,
}

Expand Down Expand Up @@ -169,6 +170,7 @@ func centerSceneItem(scene string, items ...string) error {
Position: pos,
Rotation: resp.Rotation,
Scale: resp.Scale,
Locked: resp.Locked,
Visible: resp.Visible,
}

Expand Down

0 comments on commit 0d8614b

Please sign in to comment.