mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-06 10:33:44 -05:00
Fix event combobox binding
This commit is contained in:
parent
a385a8481d
commit
ffc229ce00
|
|
@ -302,6 +302,7 @@ private void AddConstList(string[] list)
|
|||
Width = 150,
|
||||
Name = constCBTag + num[i].ToString("0000"),
|
||||
DropDownStyle = ComboBoxStyle.DropDownList,
|
||||
BindingContext = BindingContext,
|
||||
DropDownWidth = Width + 100
|
||||
};
|
||||
cb.InitializeBinding();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user