Commit ae018b7c authored by Alexey.Musinov's avatar Alexey.Musinov

up

parent 5965a15b
...@@ -775,6 +775,11 @@ ...@@ -775,6 +775,11 @@
this.ctx.lineJoin = join; this.ctx.lineJoin = join;
return this; return this;
}; };
DrawingContext.prototype.setLineDash = function (segments) {
//TODO:
return this;
};
DrawingContext.prototype.fillRect = function (x, y, w, h) { DrawingContext.prototype.fillRect = function (x, y, w, h) {
var r = this._calcRect(x, y, w, h); var r = this._calcRect(x, y, w, h);
......
...@@ -7592,7 +7592,7 @@ window["Asc"]["spreadsheet_api"].prototype.openDocument = function(sData) { ...@@ -7592,7 +7592,7 @@ window["Asc"]["spreadsheet_api"].prototype.openDocument = function(sData) {
t.DocumentLoadComplete = true; t.DocumentLoadComplete = true;
t.asc_CheckGuiControlColors(); t.asc_CheckGuiControlColors();
t.sendColorThemes(); t.sendColorThemes(_api.wbModel.theme);
t.asc_ApplyColorScheme(false); t.asc_ApplyColorScheme(false);
t.sendStandartTextures(); t.sendStandartTextures();
......
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