mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix Link border
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user