From b951804fa8088e56141ba267dbc0af8dda152e77 Mon Sep 17 00:00:00 2001 From: Kazuhiro Fujieda Date: Wed, 16 Sep 2020 16:14:58 +0900 Subject: [PATCH] =?utf8?q?=E4=B8=80=E8=A6=A7=E3=81=AE=E5=88=86=E9=A1=9E?= =?utf8?q?=E3=81=A7=E8=89=A6=E7=A8=AE=E3=81=AE=E9=81=B8=E6=8A=9E=E3=81=8C?= =?utf8?q?=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84=E3=81=AE=E3=82=92=E7=9B=B4?= =?utf8?q?=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KancolleSniffer/Forms/ListForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KancolleSniffer/Forms/ListForm.cs b/KancolleSniffer/Forms/ListForm.cs index b10062a..c837c30 100644 --- a/KancolleSniffer/Forms/ListForm.cs +++ b/KancolleSniffer/Forms/ListForm.cs @@ -154,7 +154,7 @@ namespace KancolleSniffer.Forms Set(panelGroupHeader, InGroupConfig); Set(panelRepairHeader, InRepairList); Set(panelFleetHeader, InFleetInfo); - SetSTypeDropDownVisible(InShipStatus || InRepairList); + SetSTypeDropDownVisible(InShipStatus || InGroupConfig || InRepairList); } private void SetPanelVisibility() -- 2.11.0