Commit a28cf742 authored by konovalovsergey's avatar konovalovsergey

merge styles fix

parent f005142d
......@@ -560,9 +560,9 @@ var g_oFontProperties = {
oRes.fn = this.fn || font.fn;
oRes.scheme = this.scheme || font.scheme;
oRes.fs = this.fs || font.fs;
oRes.b = this.b;
oRes.i = this.i;
oRes.s = this.s;
oRes.b = this.b || font.b;
oRes.i = this.i || font.i;
oRes.s = this.s || font.s;
oRes.u = this.u || font.u;
//заглушка excel при merge стилей игнорирует default цвет
if (isTable && this.c && this.c.isEqual(g_oDefaultFormat.Font.c)) {
......
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