• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

コミットメタ情報

リビジョンb951804fa8088e56141ba267dbc0af8dda152e77 (tree)
日時2020-09-16 18:06:17
作者Kazuhiro Fujieda <fujieda@user...>
コミッターKazuhiro Fujieda

ログメッセージ

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

変更サマリ

差分

--- 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()