|
@@ -696,14 +696,13 @@
|
|
|
} else if (openPropertiesType == KMOpenPropertiesType_FormSignatureClick) {
|
|
|
self.contentViewController = nil;
|
|
|
self.titleLabel.stringValue = @"";
|
|
|
+ self.titleViewHeightConstraint.constant = 0;
|
|
|
|
|
|
CPDFAnnotationModel *annotationModel = [[CPDFAnnotationModel alloc] initWithPDFAnnotations:_annotations];
|
|
|
KMSignatureAnnotationViewController *vc = [[KMSignatureAnnotationViewController alloc] init];
|
|
|
vc.isClickSignatureList = YES;
|
|
|
vc.annotationModel = annotationModel;
|
|
|
vc.pdfView = self.pdfView;
|
|
|
- vc.view.frame = [self viewControllerRect];
|
|
|
- vc.view.autoresizingMask = NSViewWidthSizable | NSViewHeightSizable;
|
|
|
self.propertiesBox.contentView = vc.view;
|
|
|
self.contentViewController = vc;
|
|
|
}
|