mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix Bug 70566
This commit is contained in:
@ -236,6 +236,10 @@ namespace NSDocxRenderer
|
||||
m_oCurrVectorGraphics,
|
||||
m_oClipVectorGraphics,
|
||||
m_lClipMode);
|
||||
|
||||
if (new_vector_graphics.IsEmpty())
|
||||
return;
|
||||
|
||||
m_oCurrVectorGraphics = std::move(new_vector_graphics);
|
||||
}
|
||||
shape->SetVector(std::move(m_oCurrVectorGraphics));
|
||||
|
||||
Reference in New Issue
Block a user