Commit f2d02d3a authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 34491

parent 63788267
...@@ -4954,10 +4954,12 @@ CShape.prototype.Refresh_RecalcData = function (data) ...@@ -4954,10 +4954,12 @@ CShape.prototype.Refresh_RecalcData = function (data)
} }
case AscDFH.historyitem_ShapeSetTxBody: case AscDFH.historyitem_ShapeSetTxBody:
{ {
this.Refresh_RecalcData2();
break; break;
} }
case AscDFH.historyitem_ShapeSetTextBoxContent: case AscDFH.historyitem_ShapeSetTextBoxContent:
{ {
this.Refresh_RecalcData2();
break; break;
} }
case AscDFH.historyitem_ShapeSetParent: case AscDFH.historyitem_ShapeSetParent:
...@@ -4970,6 +4972,7 @@ CShape.prototype.Refresh_RecalcData = function (data) ...@@ -4970,6 +4972,7 @@ CShape.prototype.Refresh_RecalcData = function (data)
} }
case AscDFH.historyitem_ShapeSetBodyPr: case AscDFH.historyitem_ShapeSetBodyPr:
{ {
this.Refresh_RecalcData2();
break; break;
} }
case AscDFH.historyitem_ShapeSetWordShape: case AscDFH.historyitem_ShapeSetWordShape:
......
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