X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=KancolleSniffer%2FShipListPanel.cs;h=33e7be8c41af54576560f9f3f43817205dbf7c18;hb=de616ed821e7d48054aaaddeeecc0afe48b9fa75;hp=41c2e9527bc0cbbdbb59549568a8e85066dd492c;hpb=fdba424819a4bc0c4104b16d842ef714b448c052;p=kancollesniffer%2FKancolleSniffer.git diff --git a/KancolleSniffer/ShipListPanel.cs b/KancolleSniffer/ShipListPanel.cs index 41c2e95..33e7be8 100644 --- a/KancolleSniffer/ShipListPanel.cs +++ b/KancolleSniffer/ShipListPanel.cs @@ -40,6 +40,7 @@ namespace KancolleSniffer public const int GroupCount = 4; public HashSet[] GroupSettings { get; } = new HashSet[GroupCount]; + public bool GroupUpdated { get; set; } public ScrollBar ScrollBar { get; } @@ -293,6 +294,7 @@ namespace KancolleSniffer { GroupSettings[group].Remove(_shipList[idx + ScrollBar.Value].Id); } + GroupUpdated = true; } private void CreateRepairLabels(int i)