Révision | 9cc22a6130e6defd55b57e08c148bd158cff29d6 (tree) |
---|---|
l'heure | 2019-07-14 16:00:56 |
Auteur | Kazuhiro Fujieda <fujieda@user...> |
Commiter | Kazuhiro Fujieda |
連合艦隊表示をクリックしても一覧がスクロールしないのを直す
@@ -295,6 +295,7 @@ namespace KancolleSniffer.View | ||
295 | 295 | BackGround = new Label {Location = new Point(x, y), Size = new Size(ParentWidth / 2, LineHeight)} |
296 | 296 | }; |
297 | 297 | labels.Arrange(parent, CustomColors.ColumnColors.DarkFirst(i)); |
298 | + labels.SetClickHandler(onClick); | |
298 | 299 | labels.SetTag(i); |
299 | 300 | var hpLabel = _combinedLines[i].Hp; |
300 | 301 | hpDisplay.AddHpLabel(hpLabel); |