Commit 5f9adfe6 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

asc_onUpdateChartStyles

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48596 954022d7-b5bf-4e40-9824-e11837661b57
parent 478a4b55
......@@ -2559,11 +2559,11 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
this.wbModel.rebuildColors();
this.asc_CheckGuiControlColors();
this.asc_ApplyColorScheme(true);
this.handlers.trigger("asc_onUpdateChartStyles");
},
asc_ApplyColorScheme : function(bRedraw) {
this.chartStyleManager.init();
this.chartPreviewManager.init();
this.handlers.trigger("asc_onUpdateChartStyles");
var ws = this.wb.getWorksheet();
ws.objectRender.controller.applyColorScheme();
......
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