diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-14 12:23:10 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-14 12:23:10 -0400 |
| commit | 7e05ea0058766a3afa2ec82f6312f2df87178883 (patch) | |
| tree | a48315b8f76ccee66cbd6b6413045576cd737a44 /src/client/views/Main.tsx | |
| parent | d0379269b3261f846c42e30f306419044b6025a7 (diff) | |
starting to add LOD
Diffstat (limited to 'src/client/views/Main.tsx')
| -rw-r--r-- | src/client/views/Main.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index ed61aa5a7..babd3be2a 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -295,6 +295,7 @@ export class Main extends React.Component { <DocumentView Document={this.mainContainer} addDocument={undefined} removeDocument={undefined} + opacity={1} ScreenToLocalTransform={Transform.Identity} ContentScaling={this.noScaling} PanelWidth={this.pwidthFunc} |
