少年修仙传客户端代码仓库
client_linchunjie
2019-01-31 09685e20f458fef934ee535ef1bbcb863b3a839c
3335 聊天气泡框预览前往后返回界面问题
1个文件已修改
4 ■■■■ 已修改文件
System/Chat/ChatBubblePreviewWin.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Chat/ChatBubblePreviewWin.cs
@@ -76,6 +76,10 @@
            if (config != null)
            {
                CloseImmediately();
                if (WindowCenter.Instance.IsOpen<ChatExtentWin>())
                {
                    WindowCenter.Instance.CloseImmediately<ChatExtentWin>();
                }
                WindowJumpMgr.Instance.WindowJumpTo((JumpUIType)config.Jump);
            }
        }