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

правка бага 19821 - Параметры "Default Size" не сохраняет "зеркальность" изображения

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50489 954022d7-b5bf-4e40-9824-e11837661b57
parent f256d394
......@@ -3707,7 +3707,7 @@ ParaDrawing.prototype =
if(this.GraphicObj.isShape() || this.GraphicObj.isImage())
{
this.GraphicObj.setAbsoluteTransform(null, null, result_width, result_height, null, false, false);
this.GraphicObj.setAbsoluteTransform(null, null, result_width, result_height, null, null, null);
this.GraphicObj.setXfrm(null, null, result_width, result_height, null, null, null);
this.GraphicObj.calculateAfterResize();
}
......
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