aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-19 12:43:46 -0500
committerbob <bcz@cs.brown.edu>2019-02-19 12:43:46 -0500
commiteeadf7edc8a9c808a9b34b8aef92706579c69cbc (patch)
tree842f14532aee5dbf52b804b317838559296daf9e /src/client/views/nodes/CollectionFreeFormDocumentView.tsx
parent39e1e9f550be2ae128a32f58f35da40e09f54345 (diff)
parentc0d6dcb87743293fef10342c123c41390422595a (diff)
converting main to use a DockingView
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r--src/client/views/nodes/CollectionFreeFormDocumentView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
index e04135257..bb85f85a3 100644
--- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
+++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
@@ -93,7 +93,7 @@ export class CollectionFreeFormDocumentView extends React.Component<DocumentView
backgroundColor: "transparent"
}} >
- <DocumentView {...this.props} Scaling={this.width / this.nativeWidth} ScreenToLocalTransform={this.getTransform} />
+ <DocumentView {...this.props} Scaling={parentScaling} ScreenToLocalTransform={this.getTransform} />
</div>
);
}