Scroll selection into view

This commit is contained in:
jlewin 2019-06-19 16:44:35 -07:00
parent dab70b3dc0
commit ae6655911a

View file

@ -233,6 +233,8 @@ namespace MatterHackers.MatterControl.CustomWidgets
_selectedNode.HighlightRegion.BackgroundColor = theme.AccentMimimalOverlay;
}
this.ScrollIntoView(_selectedNode);
OnAfterSelect(null);
}
}