Commit 2876e338 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 32946

parent 33a8d1c6
...@@ -1034,6 +1034,13 @@ CChartSpace.prototype.paragraphAdd = function(paraItem, bRecalculate) ...@@ -1034,6 +1034,13 @@ CChartSpace.prototype.paragraphAdd = function(paraItem, bRecalculate)
}*/ }*/
this.applyLabelsFunction(CheckObjectTextPr, _paraItem.Value); this.applyLabelsFunction(CheckObjectTextPr, _paraItem.Value);
} }
else if(paraItem.Type === para_Text || paraItem.Type === para_Space){
if(this.selection.title){
this.selection.textSelection = this.selection.title;
this.selection.textSelection.checkDocContent();
this.selection.textSelection.paragraphAdd(paraItem, bRecalculate);
}
}
}; };
CChartSpace.prototype.applyTextFunction = function(docContentFunction, tableFunction, args) CChartSpace.prototype.applyTextFunction = function(docContentFunction, tableFunction, args)
{ {
......
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