Fix create AP for Line

This commit is contained in:
Svetlana Kulikova
2025-10-03 12:04:27 +03:00
parent 7a8f926852
commit a9a391c960

View File

@ -2111,8 +2111,6 @@ HRESULT CPdfWriter::AddAnnotField(NSFonts::IApplicationFonts* pAppFonts, CAnnotF
BYTE* pRender = oInfo.GetRender(nLen);
DrawAP(pAnnot, pRender, nLen);
}
else
pLineAnnot->SetAP();
}
else if (oInfo.IsTextMarkup())
{