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