Skip to content

Commit

Permalink
Fixed a bug with refresh button
Browse files Browse the repository at this point in the history
  • Loading branch information
iCyb3r committed Apr 27, 2018
1 parent 74b8d1a commit 2e51fe6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PS4NC/API.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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++)
{
Expand Down

0 comments on commit 2e51fe6

Please sign in to comment.