Fix bug 76845

This commit is contained in:
Svetlana Kulikova
2025-11-18 11:06:10 +03:00
parent ae8fb19147
commit 0c29a5d436
3 changed files with 23 additions and 2 deletions

View File

@ -3095,6 +3095,7 @@ CAnnotMarkup::CAnnotMarkup(PDFDoc* pdfDoc, Object* oAnnotRef, int nPageIndex, in
if (oAnnot.dictLookupNF("IRT", &oObj)->isRef())
{
m_unFlags |= (1 << 5);
m_unAFlags &= ~(1 << 6); // IRT аннотации не отображаются
m_unRefNumIRT = oObj.getRefNum() + nStartRefID;
}
oObj.free();