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

правка бага 22084 - [Shapes] Не отображается превью изображения в правом...

правка бага 22084 - [Shapes] Не отображается превью изображения в правом тулбаре, которое применено заливкой для автофигуры

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51655 954022d7-b5bf-4e40-9824-e11837661b57
parent 1b9f3402
......@@ -1580,10 +1580,14 @@ DrawingObjectsController.prototype =
var pr = shape_props.ShapeProperties;
if (pr.fill != null && pr.fill.fill != null && pr.fill.fill.type == FILL_TYPE_BLIP)
{
if(asc && asc["editor"])
this.drawingObjects.drawingDocument.InitGuiCanvasShape(asc["editor"].shapeElementId)
this.drawingObjects.drawingDocument.DrawImageTextureFillShape(pr.fill.fill.RasterImageId);
}
else
{
if(asc && asc["editor"])
this.drawingObjects.drawingDocument.InitGuiCanvasShape(asc["editor"].shapeElementId)
this.drawingObjects.drawingDocument.DrawImageTextureFillShape(null);
}
shape_props.ShapeProperties.fill = CreateAscFillEx(shape_props.ShapeProperties.fill);
......
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