Merge remote-tracking branch 'origin/release/v9.1.0' into feature/pdf-redact-fix

This commit is contained in:
Svetlana Kulikova
2025-08-29 10:28:59 +03:00
17 changed files with 76 additions and 26 deletions

View File

@ -1471,10 +1471,8 @@ namespace PdfWriter
std::string sValue = U_TO_UTF8(wsT);
CDictObject* pOwner = GetObjOwnValue("T");
if (!pOwner)
{
pOwner = this;
pOwner->Add("T", new CStringObject(sValue.c_str(), true));
}
pOwner->Add("T", new CStringObject(sValue.c_str(), true));
}
void CWidgetAnnotation::SetBC(const std::vector<double>& arrBC)
{