Commit 96d6bf50 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33882

parent 13a788de
...@@ -12978,7 +12978,11 @@ CChart.prototype = ...@@ -12978,7 +12978,11 @@ CChart.prototype =
Refresh_RecalcData: function() Refresh_RecalcData: function()
{ {
this.parent && this.parent.addToRecalculate(); if(this.parent)
{
this.parent.handleUpdateInternalChart();
}
}, },
getContentChangesByType: function(type){ getContentChangesByType: function(type){
......
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