Commit 4e12f1a2 authored by Alexander.Trofimov's avatar Alexander.Trofimov

Правка бага (в гиперссылке нельзя выставить цвет текста не из темы)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47333 954022d7-b5bf-4e40-9824-e11837661b57
parent 66197cc0
......@@ -1557,6 +1557,8 @@
case "fa": format.va = val; break;
case "c":
format.c = asc.numberToCSSColor(val.getRgb());
formatAdditional.theme = null;
formatAdditional.tint = null;
if(val instanceof ThemeColor)
{
formatAdditional.theme = val.theme;
......
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