少年修仙传客户端代码仓库
Client_PangDeRong
2018-09-05 b1dd9e4c1c21655386988af213e40c05f0658d3e
1709 合成左侧列表按钮选中未下拉选中
4个文件已修改
32 ■■■■■ 已修改文件
System/Compose/New/ComposeEquipWin.cs 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Compose/New/ComposeTicketWin.cs 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Compose/New/ComposeToolsWin.cs 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Compose/New/ComposeWingsWin.cs 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Compose/New/ComposeEquipWin.cs
@@ -184,10 +184,18 @@
                if (secondTypeDict.Count >= 1 && curSecondType != 0
                    && curThirdType == 1)
                {
                    int remain = curSecondType - firstTypeDict.Count;
                    if(remain > 0)
                    {
                        cellCtrl.JumpIndex(curSecondType- remain);
                    }
                    else
                    {
                    cellCtrl.JumpIndex(curSecondType - 1);
                }
            }
        }
        }
        private void RefreshCell(ScrollerDataType type, CellView cell)
        {
System/Compose/New/ComposeTicketWin.cs
@@ -221,10 +221,18 @@
            {
                if (secondTypeDict.Count >= 1 && curSecondType != 0)
                {
                    int remain = curSecondType - firstTypeDict.Count;
                    if (remain > 0)
                    {
                        cellCtrl.JumpIndex(curSecondType - remain);
                    }
                    else
                    {
                    cellCtrl.JumpIndex(curSecondType - 1);
                }
            }
        }
        }
        private void RefreshCell(ScrollerDataType type, CellView cell)
        {
System/Compose/New/ComposeToolsWin.cs
@@ -220,10 +220,18 @@
            {
                if (secondTypeDict.Count >= 1 && curSecondType != 0)
                {
                    int remain = curSecondType - firstTypeDict.Count;
                    if (remain > 0)
                    {
                        cellCtrl.JumpIndex(curSecondType - remain);
                    }
                    else
                    {
                    cellCtrl.JumpIndex(curSecondType - 1);
                }
            }
        }
        }
        private IEnumerator SetOffestPos()
        {
System/Compose/New/ComposeWingsWin.cs
@@ -226,10 +226,18 @@
            {
                if (secondTypeDict.Count >= 1 && curSecondType != 0)
                {
                    int remain = curSecondType - firstTypeDict.Count;
                    if (remain > 0)
                    {
                        cellCtrl.JumpIndex(curSecondType - remain);
                    }
                    else
                    {
                    cellCtrl.JumpIndex(curSecondType - 1);
                }
            }
        }
        }
        private void RefreshCell(ScrollerDataType type, CellView cell)
        {