OSDN Git Service

連合艦隊表示をクリックしても一覧がスクロールしないのを直す
authorKazuhiro Fujieda <fujieda@users.osdn.me>
Fri, 12 Jul 2019 11:55:29 +0000 (20:55 +0900)
committerKazuhiro Fujieda <fujieda@users.osdn.me>
Sun, 14 Jul 2019 07:00:56 +0000 (16:00 +0900)
KancolleSniffer/View/MainShipLabels.cs

index 2d0c93c..8638bc0 100644 (file)
@@ -295,6 +295,7 @@ namespace KancolleSniffer.View
                         BackGround = new Label {Location = new Point(x, y), Size = new Size(ParentWidth / 2, LineHeight)}\r
                     };\r
                     labels.Arrange(parent, CustomColors.ColumnColors.DarkFirst(i));\r
+                    labels.SetClickHandler(onClick);\r
                     labels.SetTag(i);\r
                     var hpLabel = _combinedLines[i].Hp;\r
                     hpDisplay.AddHpLabel(hpLabel);\r