mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
sync missing change
nj resharper; changed sig -> didn't update
This commit is contained in:
parent
b8a5657d5a
commit
d57b5a343a
1 changed files with 1 additions and 1 deletions
|
@ -2064,7 +2064,7 @@ namespace PKHeX.WinForms.Controls
|
|||
}
|
||||
private void PopulateFilteredDataSources(SaveFile SAV)
|
||||
{
|
||||
GameInfo.SetItemDataSource(HaX, SAV.MaxItemID, SAV.HeldItems, SAV.Generation, SAV.Version, GameInfo.Strings);
|
||||
GameInfo.SetItemDataSource(SAV.MaxItemID, SAV.HeldItems, SAV.Generation, SAV.Version, GameInfo.Strings, HaX);
|
||||
if (SAV.Generation > 1)
|
||||
CB_HeldItem.DataSource = new BindingSource(GameInfo.ItemDataSource.Where(i => i.Value <= SAV.MaxItemID).ToList(), null);
|
||||
|
||||
|
|
Loading…
Reference in a new issue