Improving setup connection wizard
issue: MatterHackers/MCCentral#4453 Add images to connection wizard
This commit is contained in:
parent
837f3310ee
commit
8c1c0bcff4
5 changed files with 33 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue