From f7adb74c293b6e8ea6082e7c7d24a7ea940764f8 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期六, 30 三月 2019 17:12:06 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/MainInterfaceWin.cs | 22 +---------------------
1 files changed, 1 insertions(+), 21 deletions(-)
diff --git a/System/MainInterfacePanel/MainInterfaceWin.cs b/System/MainInterfacePanel/MainInterfaceWin.cs
index efdbac8..ae62675 100644
--- a/System/MainInterfacePanel/MainInterfaceWin.cs
+++ b/System/MainInterfacePanel/MainInterfaceWin.cs
@@ -636,34 +636,14 @@
{
if (_unflod)
{
- if (m_MainPositionTween.IsRightTipPanelShow)//鎶�鑳介潰鏉垮睍寮�鐘舵��
- {
- ShowBtnGroup();//鏄剧ず鎸夐挳缁勯殣钘忔妧鑳界粍(寮哄埗鍒囨崲)
- }
if (!m_MainPositionTween.IsTaskAndPanelShow)//浠诲姟闈㈡澘
{
TaskSwithButton();
onMainModel.IsBossAreaTask = false;
}
- if (!m_MainPositionTween.IsSetCopyOfThePanelShow)//涓婂眰闈㈡澘
- {
- SetTipPanelOrBossList(true, true);
- }
+ ShowBtnGroup();//鏄剧ず鎸夐挳缁勯殣钘忔妧鑳界粍(寮哄埗鍒囨崲)
m_HighSettingFadeInFadeOut.SwitchImmedidately(true);
- }
- else
- {
- if (m_MainPositionTween.IsRightTipPanelShow)//鎶�鑳介潰鏉挎敹璧风姸鎬�
- {
- ShowCastSkill();//鏄剧ず鎶�鑳界粍,闅愯棌鎸夐挳缁�(寮哄埗鍒囨崲)
- }
- if (_skillGroup != 0)
- {
- m_SkillContainer.skillTurnplate.SwitchGroup(_skillGroup);
- }
-
- m_HighSettingFadeInFadeOut.SwitchImmedidately(false);
}
}
--
Gitblit v1.8.0