Make sure we don't rebuild during clone
This commit is contained in:
parent
290cae696c
commit
fa8dd5c5b4
4 changed files with 6 additions and 4 deletions
|
|
@ -64,7 +64,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
if (!this.Children.Where(c => c.Mesh != null).Any()
|
||||
&& !RebuildLocked)
|
||||
{
|
||||
this.Invalidate(InvalidateType.Properties);
|
||||
this.Rebuild().Wait();
|
||||
}
|
||||
|
||||
return base.Mesh;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue