Use new batch set selection method

This commit is contained in:
John Lewin 2018-06-01 09:04:10 -07:00
parent 40618c926f
commit 1acce62763

View file

@ -679,11 +679,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
if (e == null)
{
Scene.ClearSelection();
foreach (var sceneItem in matchingSceneChildren.ToList())
{
Scene.AddToSelection(sceneItem);
}
Scene.SetSelection(matchingSceneChildren.ToList());
}
else
{