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

правка бага с невозможностью заселектить полученную автофигуру при совместном редактировании.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53392 954022d7-b5bf-4e40-9824-e11837661b57
parent 1fd91a98
...@@ -1182,6 +1182,7 @@ CImageShape.prototype = ...@@ -1182,6 +1182,7 @@ CImageShape.prototype =
this.calculateContent(); this.calculateContent();
this.calculateTransformTextMatrix(); this.calculateTransformTextMatrix();
this.recalculateBrush(); this.recalculateBrush();
this.recalculateBounds();
break; break;
} }
case historyitem_AutoShapes_SetXfrm: case historyitem_AutoShapes_SetXfrm:
......
...@@ -3310,6 +3310,7 @@ CShape.prototype = ...@@ -3310,6 +3310,7 @@ CShape.prototype =
this.calculateTransformTextMatrix(); this.calculateTransformTextMatrix();
this.recalculateBrush(); this.recalculateBrush();
this.recalculatePen(); this.recalculatePen();
this.recalculateBounds();
break; break;
} }
......
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