Use new batch set selection method
This commit is contained in:
parent
40618c926f
commit
1acce62763
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue