Commit 8d5b8a1f authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

баг с увеличивающимся смещением после undo

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67538 954022d7-b5bf-4e40-9824-e11837661b57
parent 77656b9c
......@@ -2228,7 +2228,7 @@ function DrawingObjects() {
metrics.to.rowOff = 0;
}
obj.from.col = metrics.from.col;
/*obj.from.col = metrics.from.col;
obj.from.colOff = metrics.from.colOff;
obj.from.row = metrics.from.row;
obj.from.rowOff = metrics.from.rowOff;
......@@ -2237,9 +2237,9 @@ function DrawingObjects() {
obj.to.colOff = metrics.to.colOff;
obj.to.row = metrics.to.row;
obj.to.rowOff = metrics.to.rowOff;
*/
var coords = _this.coordsManager.calculateCoords(obj.from);
var coords = _this.coordsManager.calculateCoords(metrics.from);
var rot = isRealNumber(obj.graphicObject.spPr.xfrm.rot) ? obj.graphicObject.spPr.xfrm.rot : 0;
......
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