Commit f797a2a2 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

заглушка для посещенных гиперссылок

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47351 954022d7-b5bf-4e40-9824-e11837661b57
parent 410e7ee2
......@@ -152,6 +152,9 @@ function BinaryCommonWriter(memory)
{
if(color instanceof ThemeColor)
{
//
if(g_nColorHyperlinkVisited == color.theme && null == color.tint)
color.theme = g_nColorHyperlink;
if(null != color.theme)
{
this.memory.WriteByte(c_oSer_ColorObjectType.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