Fix auto arrange/selection quirks
- Issue MatterHackers/MatterControl#4111 Auto arrange does not work for multiple items
This commit is contained in:
parent
230ffdc029
commit
eb4e741c48
1 changed files with 3 additions and 0 deletions
|
|
@ -184,6 +184,9 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
{
|
||||
await Task.Run(() =>
|
||||
{
|
||||
// Clear selection to ensure all root level children are arranged on the bed
|
||||
scene.SelectedItem = null;
|
||||
|
||||
PlatingHelper.ArrangeOnBed(scene.Children.ToList(), scene, bedCenter);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue