From 905ecc37c6005c380a8ff8b1ca579964505964a2 Mon Sep 17 00:00:00 2001 From: Kazuhiro Fujieda Date: Mon, 18 Dec 2017 23:35:12 +0900 Subject: [PATCH] =?utf8?q?=E4=B8=80=E8=A6=A7=E3=82=A6=E3=82=A3=E3=83=B3?= =?utf8?q?=E3=83=89=E3=82=A6=E3=81=AEHP=E3=81=AE=E3=83=91=E3=83=BC?= =?utf8?q?=E3=82=BB=E3=83=B3=E3=83=88=E8=A1=A8=E7=A4=BA=E3=81=8C=E4=BF=9D?= =?utf8?q?=E5=AD=98=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84=E3=81=AE=E3=82=92?= =?utf8?q?=E7=9B=B4=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KancolleSniffer/ShipListPanel.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/KancolleSniffer/ShipListPanel.cs b/KancolleSniffer/ShipListPanel.cs index a612c8e..c347530 100644 --- a/KancolleSniffer/ShipListPanel.cs +++ b/KancolleSniffer/ShipListPanel.cs @@ -332,6 +332,8 @@ namespace KancolleSniffer label.PresetColor = label.BackColor = ShipLabels.ColumnColors[(i + 1) % 2]; } + if (ShowHpInPercent) + rpl[0].ToggleHpPercent(); _hpLabels.Add(rpl[0]); } @@ -381,6 +383,8 @@ namespace KancolleSniffer label.PresetColor = label.BackColor = ShipLabels.ColumnColors[(i + 1) % 2]; } + if (ShowHpInPercent) + labels[0].ToggleHpPercent(); _hpLabels.Add(labels[0]); } -- 2.11.0