aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-03-28 15:24:57 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-03-28 15:24:57 -0400
commitbdea88507ce2ba4da32b7f89c995021d0a058413 (patch)
treea6ae6834488cb4ba5f29c71a0bae2511ecb7635b /src/client/documents/Documents.ts
parente64ec4345b8403347e86ac8c472507343f6b7548 (diff)
fixed some things with linking. still some real inefficiencies.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 1d23b8c2c..837dfe815 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -119,6 +119,7 @@ export namespace Documents {
imageProto = setupPrototypeOptions(imageProtoId, "IMAGE_PROTO", CollectionView.LayoutString("AnnotationsKey"),
{ x: 0, y: 0, nativeWidth: 300, width: 300, layoutKeys: [KeyStore.Data, KeyStore.Annotations, KeyStore.Caption] });
imageProto.SetText(KeyStore.BackgroundLayout, ImageBox.LayoutString());
+ imageProto.SetNumber(KeyStore.CurPage, 0);
}
return imageProto;
}