From 2e51fe62e110e82b31092739a4365d1b69612718 Mon Sep 17 00:00:00 2001 From: Cyb3r Date: Sat, 28 Apr 2018 02:31:56 +0300 Subject: [PATCH] Fixed a bug with refresh button --- PS4NC/API.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PS4NC/API.cs b/PS4NC/API.cs index ad6a153..90b9066 100644 --- a/PS4NC/API.cs +++ b/PS4NC/API.cs @@ -362,6 +362,8 @@ private void refreshMemoryRegions(DataGridView rangeList) string currentRangeName = ""; ranges.Clear(); + rangeList.Rows.Clear(); + rangeList.Refresh(); for (int i = 0; i < pi.entries.Length; i++) {