|
@@ -604,6 +604,7 @@ class CPDFWorker {
|
|
|
}
|
|
|
if (annotation.fontName || annotation.fontSize || annotation.color) {
|
|
|
setAnnotFontData(annotation)
|
|
|
+ Module._UpdateFormAp(annotation.annotPtr)
|
|
|
}
|
|
|
if (annotation.item) {
|
|
|
addWidgetItem(annotation)
|
|
@@ -633,9 +634,7 @@ class CPDFWorker {
|
|
|
setAnnotAuthor(annotation)
|
|
|
}
|
|
|
|
|
|
- if (annotation.operate === 'mod-form' && annotation.type !== 'signatureFields') {
|
|
|
- Module._UpdateFormAp(annotation.annotPtr)
|
|
|
- } else {
|
|
|
+ if (annotation.operate === 'mod-annot') {
|
|
|
Module._UpdateAnnotAp(annotation.annotPtr, 0)
|
|
|
}
|
|
|
})
|