Skip to content

Commit

Permalink
Fix for TreeView not updating properly on FileSystemWatcher event
Browse files Browse the repository at this point in the history
Forgot to call the function to remove the account Node CheckBoxes and
expand all the items. Fixed now.
  • Loading branch information
MaeBee committed Sep 14, 2017
1 parent 1ac11bc commit 6495074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ESOResearchNotifier/Form1.cs
Original file line number Diff line number Diff line change
@@ -146,6 +146,7 @@ private void fileSystemWatcher1_Changed(object sender, System.IO.FileSystemEvent
{
System.Threading.Thread.Sleep(500);
ReadDump();
EvaluateTreeView();
}

private void menuItemMain_Click(object sender, EventArgs e)

0 comments on commit 6495074

Please sign in to comment.