Fix Link border

This commit is contained in:
Svetlana Kulikova
2025-05-30 10:58:57 +03:00
parent ba77ddc78e
commit 326fe32013

View File

@ -242,7 +242,7 @@ Annot::Annot(PDFDoc *docA, Dict *dict, Ref *refA, const char* AP, const char* AS
}
obj2.free();
}
} else if (type && type->cmp("FreeText")) {
} else if (type && type->cmp("FreeText") && type->cmp("Link")) {
bBorder = gFalse;
}
obj1.free();