Scroll selection into view
This commit is contained in:
parent
dab70b3dc0
commit
ae6655911a
1 changed files with 2 additions and 0 deletions
|
|
@ -233,6 +233,8 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
_selectedNode.HighlightRegion.BackgroundColor = theme.AccentMimimalOverlay;
|
||||
}
|
||||
|
||||
this.ScrollIntoView(_selectedNode);
|
||||
|
||||
OnAfterSelect(null);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue