Don't clear background on node click
This commit is contained in:
parent
22c0125b42
commit
d63a1f8466
2 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
///////////////////}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue