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); } } } }