mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-13 07:47:07 +00:00
Fixed issue which only occurs when running Mono in which calling Add on a DataGridViewRowCollection could set the first row's cell to be in edit mode.
This commit is contained in:
parent
e432e1755b
commit
ba97983a7f
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ namespace PKHeX
|
|||
dataGridView1.Columns.Add(dgvIndex);
|
||||
|
||||
dataGridView1.Rows.Add(itemcount);
|
||||
dataGridView1.CancelEdit();
|
||||
|
||||
string itemname = "";
|
||||
for (int i = 0; i < itemcount; i++)
|
||||
|
|
Loading…
Reference in a new issue