Fix shape with redact

This commit is contained in:
Svetlana Kulikova
2025-09-24 17:32:11 +03:00
parent d654092289
commit 1aa17ba09e
8 changed files with 120 additions and 88 deletions

View File

@ -1330,6 +1330,7 @@ HRESULT CPdfFile::AdvancedCommand(IAdvancedCommand* command)
CShapeStart* pCommand = (CShapeStart*)command;
if (m_pInternal->pEditor)
m_pInternal->pEditor->AddShapeXML(pCommand->GetShapeXML());
// TODO Здесь необходимо наложить на рендер области редактов
return S_OK;
}
case IAdvancedCommand::AdvancedCommandType::ShapeEnd: