hch
9 小时以前 35b452e4660de1ece274b8e935ecd7c5de0a9b61
0312 武将图鉴界面去除禁止滚动代码
1个文件已修改
6 ■■■■ 已修改文件
Main/System/HeroUI/HeroBestWin.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
        }
    }