Commit ff77a79c authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

При изменении имени шрифта для текста в ячейке, нужно сбрасывать цветовую схему.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55715 954022d7-b5bf-4e40-9824-e11837661b57
parent 673f6726
......@@ -1535,7 +1535,7 @@
_setFormatProperty: function (format, prop, val) {
switch (prop) {
case "fn": format.fn = val; break;
case "fn": format.fn = val; format.scheme = Asc.EFontScheme.fontschemeNone; break;
case "fs": format.fs = val; break;
case "b":
val = (null === val) ? ((format.b) ? !format.b : true) : val;
......
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