Removed crash when changing the color scheme in the document editor.

This commit is contained in:
ONLYOFFICE 2014-09-17 13:22:26 +04:00
parent 3a891381ec
commit 873cf9ae8c

View file

@ -5377,15 +5377,6 @@ asc_docs_api.prototype.ChangeColorScheme = function (index_scheme) {
data.newScheme = theme.themeElements.clrScheme;
History.Add(this.WordControl.m_oLogicDocument.DrawingObjects, data);
this.WordControl.m_oDrawingDocument.CheckGuiControlColors();
var is_on = History.Is_On();
if (is_on) {
History.TurnOff();
}
this.chartStyleManager.init();
this.chartPreviewManager.init();
if (is_on) {
History.TurnOn();
}
this.asc_fireCallback("asc_onUpdateChartStyles");
_changer.calculateAfterChangeTheme();
this.WordControl.m_oDrawingDocument.ClearCachePages();