mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix remove name of Fields
This commit is contained in:
@ -2287,6 +2287,8 @@ HRESULT CPdfWriter::AddAnnotField(NSFonts::IApplicationFonts* pAppFonts, CAnnotF
|
||||
pWidgetAnnot->SetParentID(pPr->GetParentID());
|
||||
if (nFlags & (1 << 18))
|
||||
pWidgetAnnot->SetT(pPr->GetT());
|
||||
else
|
||||
pWidgetAnnot->Remove("T");
|
||||
if (nFlags & (1 << 20))
|
||||
pWidgetAnnot->SetOMetadata(pPr->GetOMetadata());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user