From 35b452e4660de1ece274b8e935ecd7c5de0a9b61 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 10 十一月 2025 17:43:27 +0800
Subject: [PATCH] 0312 武将图鉴界面去除禁止滚动代码
---
Main/System/HeroUI/HeroBestWin.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Main/System/HeroUI/HeroBestWin.cs b/Main/System/HeroUI/HeroBestWin.cs
index f6db6d3..8963c0d 100644
--- a/Main/System/HeroUI/HeroBestWin.cs
+++ b/Main/System/HeroUI/HeroBestWin.cs
@@ -255,8 +255,8 @@
foldImg.SetActive(true);
unfoldImg.SetActive(false);
attrPanel.localPosition = foldPos.localPosition;
- //绂佹attrScroll婊氬姩
- allAttrScroll.enabled = false;
+ // //绂佹attrScroll婊氬姩
+ // allAttrScroll.enabled = false;
}
else
@@ -264,7 +264,7 @@
foldImg.SetActive(false);
unfoldImg.SetActive(true);
attrPanel.localPosition = unfoldPos.localPosition;
- allAttrScroll.enabled = true;
+ // allAttrScroll.enabled = true;
}
}
--
Gitblit v1.8.0