Skip to content

Commit

Permalink
Fixes deleting points with the delete key doesn't change IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
FalcoGer committed Sep 14, 2023
1 parent 3178208 commit a87b1d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CoordinateConverter/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,7 @@ private void Dgv_CoordinateList_KeyDown(object objSender, KeyEventArgs e)
}

// Update the grid
ResetIDs();
RefreshDataGrid();

// Reselect all the rows
Expand Down

0 comments on commit a87b1d6

Please sign in to comment.