aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresElementBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-09-08 13:34:55 -0400
committerbobzel <zzzman@gmail.com>2022-09-08 13:34:55 -0400
commit0454279c9845fc64dc2c77aeb6bca9a5fee573f6 (patch)
tree2a533217d895eccd927b8e72a7d88bb6a46f3ba6 /src/client/views/nodes/trails/PresElementBox.tsx
parent71f9850387c2719ed5b050db4130fa15852cb38d (diff)
added rotation to preselement saved parameters.
Diffstat (limited to 'src/client/views/nodes/trails/PresElementBox.tsx')
-rw-r--r--src/client/views/nodes/trails/PresElementBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/trails/PresElementBox.tsx b/src/client/views/nodes/trails/PresElementBox.tsx
index e4fab7528..d88ff45fa 100644
--- a/src/client/views/nodes/trails/PresElementBox.tsx
+++ b/src/client/views/nodes/trails/PresElementBox.tsx
@@ -337,6 +337,7 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps>() {
activeItem.presX = NumCast(targetDoc.x);
activeItem.presY = NumCast(targetDoc.y);
+ activeItem.presRot = NumCast(targetDoc.jitterRotation);
activeItem.presWidth = NumCast(targetDoc.width);
activeItem.presHeight = NumCast(targetDoc.height);
};