mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 06:24:28 +08:00
Fix shape with redact
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user