diff options
author | bobzel <zzzman@gmail.com> | 2022-10-19 12:38:19 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-10-19 12:38:19 -0400 |
commit | a81ab2e6f75681bc4fb3a7b49d2056144e396b94 (patch) | |
tree | 6f716c4507d486927914d609fef667d83345d777 /src/client/views/nodes/DocumentView.tsx | |
parent | 0e3892e63758accd7dae274072ad7893934c3624 (diff) |
fixed erasing straight line stroke segments caused by intersections with other strokes. cleaned up more with gestures. changed docView lock icon to be part of docDecorations.
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 1c48d47e9..040e03150 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -1082,7 +1082,7 @@ export class DocumentViewInternal extends DocComponent<DocumentViewInternalProps <DocumentLinksButton View={this.props.DocumentView()} scaling={this.linkButtonInverseScaling} - Offset={[this.topMost ? 0 : !this.props.isSelected() ? -15 : -36, undefined, undefined, this.topMost ? 10 : !this.props.isSelected() ? -15 : -28]} + Offset={[this.topMost ? 0 : !this.props.isSelected() ? -15 : -36, undefined, undefined, this.topMost ? 10 : !this.props.isSelected() ? -15 : -32]} /> )} {audioView} |