少年修仙传客户端代码仓库
client_linchunjie
2018-09-05 762cd4013179fb66170e8c932c84ef57ad9e167c
System/Compose/New/ComposeToolsWin.cs
@@ -220,7 +220,15 @@
            {
                if (secondTypeDict.Count >= 1 && curSecondType != 0)
                {
                    cellCtrl.JumpIndex(curSecondType - 1);
                    int remain = curSecondType - firstTypeDict.Count;
                    if (remain > 0)
                    {
                        cellCtrl.JumpIndex(curSecondType - remain);
                    }
                    else
                    {
                        cellCtrl.JumpIndex(curSecondType - 1);
                    }
                }
            }
        }