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

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53374 954022d7-b5bf-4e40-9824-e11837661b57
parent 78a6174b
...@@ -321,7 +321,7 @@ function NewShapeTrack(drawingObjects, presetGeom, startX, startY) ...@@ -321,7 +321,7 @@ function NewShapeTrack(drawingObjects, presetGeom, startX, startY)
var shape = new CShape(null, this.drawingObjects); var shape = new CShape(null, this.drawingObjects);
shape.setParent(drawingObjects); shape.setParent(drawingObjects);
if(this.presetGeom !== "textRect") if(this.presetGeom !== "textRect")
shape.initDefault(this.x, this.y, this.extX, this.extY, false, false, this.presetGeom, this.arrowsCount); shape.initDefault(this.x, this.y, this.extX, this.extY, this.flipH === true, this.flipV === true, this.presetGeom, this.arrowsCount);
else else
shape.initDefaultTextRect(this.x, this.y, this.extX, this.extY, false, false); shape.initDefaultTextRect(this.x, this.y, this.extX, this.extY, false, false);
return shape; return shape;
......
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