combine on an align correctly maintains positions
This commit is contained in:
parent
bc9b2b9b1e
commit
1d60533947
2 changed files with 44 additions and 23 deletions
|
|
@ -65,12 +65,12 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
|
|||
await Rebuild();
|
||||
invalidateType = new InvalidateArgs(this, InvalidateType.Content, invalidateType.UndoBuffer);
|
||||
}
|
||||
|
||||
base.OnInvalidate(invalidateType);
|
||||
}
|
||||
|
||||
public override Task Rebuild()
|
||||
{
|
||||
this.DebugDepth("Rebuild");
|
||||
|
||||
var rebuildLocks = this.RebuilLockAll();
|
||||
|
||||
// spin up a task to remove holes from the objects in the group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue