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

Поправил баг http://bugzserver/show_bug.cgi?id=26115 (не отменялся underline)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57929 954022d7-b5bf-4e40-9824-e11837661b57
parent ec4c90a2
......@@ -1570,7 +1570,8 @@
format.i = val;
break;
case "u":
val = (null === val) ? ((format.u) ? !format.u : true) : val;
val = (null === val) ? ((Asc.EUnderline.underlineSingle !== format.u) ?
Asc.EUnderline.underlineSingle : Asc.EUnderline.underlineNone) : val;
format.u = val;
break;
case "s":
......
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