Commit dc0c74d7 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33489

parent 5fad16eb
...@@ -1730,6 +1730,7 @@ function DrawingObjects() { ...@@ -1730,6 +1730,7 @@ function DrawingObjects() {
shape.spPr.xfrm.setExtY(h); shape.spPr.xfrm.setExtY(h);
shape.spPr.xfrm.setOffX(0); shape.spPr.xfrm.setOffX(0);
shape.spPr.xfrm.setOffY(0); shape.spPr.xfrm.setOffY(0);
shape.spPr.setLn(AscFormat.CreateNoFillLine());
shape.setWorksheet(worksheet.model); shape.setWorksheet(worksheet.model);
//shape.addToDrawingObjects(); //shape.addToDrawingObjects();
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