Skip to content

Commit 9a0894a

Browse files
committed
Update MainForm.cs
1 parent beecf24 commit 9a0894a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lain/Forms/MainForm.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,10 @@ private void AccountView_CellMouseDown(object sender, DataGridViewCellMouseEvent
650650
if (e.Button == MouseButtons.Right && e.RowIndex != -1)
651651
{
652652
DataGridViewRow row = AccountView.Rows[e.RowIndex];
653+
653654
AccountView.CurrentCell = row.Cells[e.ColumnIndex == -1 ? 1 : e.ColumnIndex];
654655
row.Selected = true;
656+
655657
AccountView.Focus();
656658
}
657659
}

0 commit comments

Comments
 (0)