• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Révisionb951804fa8088e56141ba267dbc0af8dda152e77 (tree)
l'heure2020-09-16 18:06:17
AuteurKazuhiro Fujieda <fujieda@user...>
CommiterKazuhiro Fujieda

Message de Log

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

Change Summary

Modification

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