• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision9cc22a6130e6defd55b57e08c148bd158cff29d6 (tree)
l'heure2019-07-14 16:00:56
AuteurKazuhiro Fujieda <fujieda@user...>
CommiterKazuhiro Fujieda

Message de Log

連合艦隊表示をクリックしても一覧がスクロールしないのを直す

Change Summary

Modification

--- a/KancolleSniffer/View/MainShipLabels.cs
+++ b/KancolleSniffer/View/MainShipLabels.cs
@@ -295,6 +295,7 @@ namespace KancolleSniffer.View
295295 BackGround = new Label {Location = new Point(x, y), Size = new Size(ParentWidth / 2, LineHeight)}
296296 };
297297 labels.Arrange(parent, CustomColors.ColumnColors.DarkFirst(i));
298+ labels.SetClickHandler(onClick);
298299 labels.SetTag(i);
299300 var hpLabel = _combinedLines[i].Hp;
300301 hpDisplay.AddHpLabel(hpLabel);