aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
index c9b2c30b1..21f119d57 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
@@ -275,7 +275,7 @@ export class CollectionFreeFormView extends CollectionSubView(PanZoomDocument) {
col && (Doc.GetProto(newBox).backgroundColor = col);
let round = StrCast(ruleProvider["ruleRounding_" + NumCast(newBox.heading)]);
- round && (newBox.borderRounding = round);
+ round && (Doc.GetProto(newBox).borderRounding = round);
newBox.ruleProvider = ruleProvider;
this.addDocument(newBox, false);
});