Fix bug 74307

This commit is contained in:
Svetlana Kulikova
2025-04-30 13:58:58 +03:00
parent 149d3a2030
commit 1bfb055a50

View File

@ -1075,7 +1075,10 @@ CAnnotWidgetBtn::CAnnotWidgetBtn(PDFDoc* pdfDoc, AcroFormField* pField, int nSta
oField.free();
if (pField->fieldLookup("AS", &oObj)->isName())
{
m_sV = oObj.getName();
m_unFlags |= (1 << 9);
}
oObj.free();
Object oMK;