lots of fun progress on sheet editing
This commit is contained in:
parent
1043f9d28f
commit
378f7c34e0
4 changed files with 413 additions and 67 deletions
|
|
@ -125,6 +125,10 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
{
|
||||
await Rebuild();
|
||||
}
|
||||
else if (SheetObject3D.NeedsRebuild(this, invalidateArgs))
|
||||
{
|
||||
await Rebuild();
|
||||
}
|
||||
else
|
||||
{
|
||||
base.OnInvalidate(invalidateArgs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue