• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修订版b951804fa8088e56141ba267dbc0af8dda152e77 (tree)
时间2020-09-16 18:06:17
作者Kazuhiro Fujieda <fujieda@user...>
CommiterKazuhiro Fujieda

Log Message

一覧の分類で艦種の選択ができないのを直す

更改概述

差异

--- a/KancolleSniffer/Forms/ListForm.cs
+++ b/KancolleSniffer/Forms/ListForm.cs
@@ -154,7 +154,7 @@ namespace KancolleSniffer.Forms
154154 Set(panelGroupHeader, InGroupConfig);
155155 Set(panelRepairHeader, InRepairList);
156156 Set(panelFleetHeader, InFleetInfo);
157- SetSTypeDropDownVisible(InShipStatus || InRepairList);
157+ SetSTypeDropDownVisible(InShipStatus || InGroupConfig || InRepairList);
158158 }
159159
160160 private void SetPanelVisibility()