mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug 76845
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user