Commit c62cd0e0 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 33625 🐛

parent ba0ec916
...@@ -11831,11 +11831,12 @@ ...@@ -11831,11 +11831,12 @@
this.objectRender.rebuildChartGraphicObjects(arrChanged); this.objectRender.rebuildChartGraphicObjects(arrChanged);
this.draw(); this.draw();
this.handlers.trigger("reinitializeScroll"); this.handlers.trigger("reinitializeScroll");
this._updateSelectionNameAndInfo();
} else { } else {
// Просто отрисуем // Просто отрисуем
this.draw(); this.draw();
this._updateSelectionNameAndInfo();
} }
}; };
WorksheetView.prototype._loadFonts = function (fonts, callback) { WorksheetView.prototype._loadFonts = function (fonts, callback) {
......
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