Improving setup connection wizard

issue: MatterHackers/MCCentral#4453
Add images to connection wizard
This commit is contained in:
Lars Brubaker 2018-11-01 14:07:21 -07:00
parent 837f3310ee
commit 8c1c0bcff4
5 changed files with 33 additions and 12 deletions

View file

@ -228,11 +228,13 @@ namespace MatterHackers.MatterControl.CustomWidgets
{
OnBeforeSelect(null);
// if the current selection (before change) is !null than clear its background color
if (_selectedNode != null)
{
_selectedNode.HighlightRegion.BackgroundColor = Color.Transparent;
}
// change the selection
_selectedNode = value;
if (_selectedNode != null)