From 30111d739fb3a91eaa637a60be937ebbf0e6ff37 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 14 三月 2019 00:10:49 +0800
Subject: [PATCH] 3335 修改uihelper设置字符串颜色的接口。

---
 System/Message/RichTableEvent.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Message/RichTableEvent.cs b/System/Message/RichTableEvent.cs
index ad9730c..fea938f 100644
--- a/System/Message/RichTableEvent.cs
+++ b/System/Message/RichTableEvent.cs
@@ -577,6 +577,6 @@
         {
             colorType = text.colorType == RichText.ColorType.Dark ? 0 : 1;
         }
-        return UIHelper.AppendStringColor(_itemColor, info, colorType == 1);
+        return UIHelper.AppendColor(_itemColor, info, colorType == 1);
     }
 }

--
Gitblit v1.8.0