Commit dc0a9cd2 authored by SergeyLuzyanin's avatar SergeyLuzyanin

fixed bug in setting selection state of chart title

parent 1d38dac6
......@@ -23404,6 +23404,10 @@ CTitle.prototype =
getDocContent: function()
{
if(this.recalcInfo.recalculateTxBody){
AscFormat.ExecuteNoHistory(this.recalculateTxBody, this, []);
this.recalcInfo.recalculateTxBody = false;
}
if(this.txBody && this.txBody.content)
{
return this.txBody.content;
......
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