修订版 | b951804fa8088e56141ba267dbc0af8dda152e77 (tree) |
---|---|
时间 | 2020-09-16 18:06:17 |
作者 | Kazuhiro Fujieda <fujieda@user...> |
Commiter | Kazuhiro Fujieda |
一覧の分類で艦種の選択ができないのを直す
@@ -154,7 +154,7 @@ namespace KancolleSniffer.Forms | ||
154 | 154 | Set(panelGroupHeader, InGroupConfig); |
155 | 155 | Set(panelRepairHeader, InRepairList); |
156 | 156 | Set(panelFleetHeader, InFleetInfo); |
157 | - SetSTypeDropDownVisible(InShipStatus || InRepairList); | |
157 | + SetSTypeDropDownVisible(InShipStatus || InGroupConfig || InRepairList); | |
158 | 158 | } |
159 | 159 | |
160 | 160 | private void SetPanelVisibility() |