From a87b1d60ead07146aacec5c3651acaa5dd9b06bb Mon Sep 17 00:00:00 2001 From: Falco Date: Thu, 14 Sep 2023 20:47:23 +0200 Subject: [PATCH] Fixes deleting points with the delete key doesn't change IDs --- CoordinateConverter/MainForm.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CoordinateConverter/MainForm.cs b/CoordinateConverter/MainForm.cs index 54d09e9..c48ea71 100644 --- a/CoordinateConverter/MainForm.cs +++ b/CoordinateConverter/MainForm.cs @@ -1241,6 +1241,7 @@ private void Dgv_CoordinateList_KeyDown(object objSender, KeyEventArgs e) } // Update the grid + ResetIDs(); RefreshDataGrid(); // Reselect all the rows