Don't clear background on node click

This commit is contained in:
John Lewin 2018-10-11 15:04:51 -07:00
parent 22c0125b42
commit d63a1f8466
2 changed files with 1 additions and 4 deletions

View file

@ -400,8 +400,6 @@ namespace MatterHackers.MatterControl.PrintLibrary
treeNode.Invalidate();
this.BackgroundColor = Color.Transparent;
// container.Parent = ActiveContainer;
// SetActiveContainer(container);
}
@ -412,7 +410,6 @@ namespace MatterHackers.MatterControl.PrintLibrary
// Clear the loading guard and any completed load attempt
// loadingContainerLink = null;
}
///////////////////}
}
}