Commit f8766966 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50613 954022d7-b5bf-4e40-9824-e11837661b57
parent 1b229bd5
......@@ -6402,6 +6402,8 @@ CGraphicObjects.prototype =
editor.chartPreviewManager.init();
editor.asc_fireCallback("asc_onUpdateChartStyles");
this.calculateAfterChangeTheme();
editor.WordControl.m_oDrawingDocument.CheckGuiControlColors();
break;
}
}
......@@ -6426,6 +6428,8 @@ CGraphicObjects.prototype =
editor.chartPreviewManager.init();
editor.asc_fireCallback("asc_onUpdateChartStyles");
this.calculateAfterChangeTheme();
editor.WordControl.m_oDrawingDocument.CheckGuiControlColors();
break;
}
}
......@@ -6515,6 +6519,7 @@ CGraphicObjects.prototype =
editor.chartPreviewManager.init();
editor.asc_fireCallback("asc_onUpdateChartStyles");
this.calculateAfterChangeTheme();
editor.WordControl.m_oDrawingDocument.CheckGuiControlColors();
break;
}
}
......
......@@ -5903,12 +5903,13 @@ asc_docs_api.prototype.ChangeColorScheme = function(index_scheme)
History.TurnOn();
}
this.asc_fireCallback("asc_onUpdateChartStyles");
_changer.calculateAfterChangeTheme();
// TODO:
this.WordControl.m_oDrawingDocument.ClearCachePages();
this.WordControl.OnScroll();
this.WordControl.m_oDrawingDocument.CheckGuiControlColors();
}
}
......
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