Commit a3dbcd07 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

правка бага 20446 - Не применяются внесенные в диаграмму изменения при...

правка бага 20446 - Не применяются внесенные в диаграмму изменения при выделении и диаграммы и изображения

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51153 954022d7-b5bf-4e40-9824-e11837661b57
parent c44d72a6
...@@ -1534,7 +1534,7 @@ DrawingObjectsController.prototype = ...@@ -1534,7 +1534,7 @@ DrawingObjectsController.prototype =
} }
} }
else if (ArrGlyph[i].isImage()) else if (ArrGlyph[i].isImage() && typeof props.ImageUrl === "string")
{ {
ArrGlyph[i].setRasterImage(props.ImageUrl); ArrGlyph[i].setRasterImage(props.ImageUrl);
} }
......
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