Skip to content

Commit

Permalink
Fix Issue #2
Browse files Browse the repository at this point in the history
Fixes issue #2, results now cleared in array on NTRRemoteConnection
  • Loading branch information
valarnin committed Feb 9, 2016
1 parent 3ec1f52 commit 529fac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NTRDebuggerTool/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ internal uint GetSearchMemorySize()

private void ResetButton_Click(object sender, EventArgs e)
{
NTRConnection.AddressesFound.Clear();
ResultsGrid.Rows.Clear();
ControlEnabledSearchType = ControlEnabledMemoryRange = true;
if (MemoryRange.SelectedIndex > 0)
Expand Down

0 comments on commit 529fac0

Please sign in to comment.