Working on a rebuild selection operation

This commit is contained in:
Lars Brubaker 2022-06-22 18:10:33 -07:00
parent f8153190fe
commit c25ba86b68
4 changed files with 54 additions and 11 deletions

View file

@ -111,7 +111,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
// process everything else
return true;
});
}, true);
var runningInterval = SheetObject3D.SendInvalidateInRebuildOrder(updateItems, InvalidateType.Properties);