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

Bug 26116 - Пропадают заголовок и подписи диаграммы после ее отражения по горизонтале

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59156 954022d7-b5bf-4e40-9824-e11837661b57
parent 05116273
......@@ -752,8 +752,11 @@ function ResizeTrackShapeImage(originalObject, cardDirection)
xfrm.setOffY(this.resizedPosY/scale_coefficients.cy + ch_off_y);
xfrm.setExtX(this.resizedExtX/scale_coefficients.cx);
xfrm.setExtY(this.resizedExtY/scale_coefficients.cy);
xfrm.setFlipH(this.resizedflipH);
xfrm.setFlipV(this.resizedflipV);
if(this.originalObject.getObjectType() !== historyitem_type_ChartSpace)
{
xfrm.setFlipH(this.resizedflipH);
xfrm.setFlipV(this.resizedflipV);
}
this.originalObject.checkDrawingBaseCoords();
};
}, this, []);
......
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