Commit 1492a6f7 authored by Sergey.Konovalov's avatar Sergey.Konovalov

дополнение к Revision: 55713

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55716 954022d7-b5bf-4e40-9824-e11837661b57
parent 50c3789a
...@@ -552,7 +552,7 @@ Font.prototype = ...@@ -552,7 +552,7 @@ Font.prototype =
{ {
if (null != oVal.fn) { if (null != oVal.fn) {
this.fn = oVal.fn; this.fn = oVal.fn;
this.scheme = null; this.scheme = Asc.EFontScheme.fontschemeNone;
} }
if(null != oVal.scheme) if(null != oVal.scheme)
this.scheme = oVal.scheme; this.scheme = oVal.scheme;
......
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