diff options
| author | bob <bcz@cs.brown.edu> | 2019-02-20 17:29:53 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-02-20 17:29:53 -0500 |
| commit | 81b5269e4e934523a6dd69cf066f3e6c4e58019f (patch) | |
| tree | 207ac9ef2214283efa7b04133c30d6a1179bff21 /src/client/views/collections/CollectionDockingView.tsx | |
| parent | 3e02f7c7efe0b07ab1e34165e6d8d369f69110b0 (diff) | |
working, but oh so confusing transforms for selections.
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index ceb638ab4..fc5b8dacd 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -253,6 +253,7 @@ export class DockedFrameRenderer extends React.Component<DockedFrameProps> { AddDocument={undefined} RemoveDocument={undefined} Scaling={this._parentScaling} + PanelSize={[0, 0]} ScreenToLocalTransform={() => { let { scale, translateX, translateY } = Utils.GetScreenTransform(this._mainCont); var props = CollectionDockingView.Instance.props; |
