Commit 20cb0fec authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 32864

parent 9dadf286
...@@ -1849,7 +1849,7 @@ background-repeat: no-repeat;\ ...@@ -1849,7 +1849,7 @@ background-repeat: no-repeat;\
if (!this.WordControl.m_oLogicDocument) if (!this.WordControl.m_oLogicDocument)
return false; return false;
if (false === this.WordControl.m_oLogicDocument.Document_Is_SelectionLocked(changestype_Paragraph_Content)) if (false === this.WordControl.m_oLogicDocument.Document_Is_SelectionLocked(AscCommon.changestype_Drawing_Props))
{ {
if (AscCommon.g_clipboardBase.IsWorking()) if (AscCommon.g_clipboardBase.IsWorking())
return false; return false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment