Improvements to operation source object

This commit is contained in:
Lars Brubaker 2019-01-25 13:25:02 -08:00
parent 530f3d2638
commit 57b94fd7a4
5 changed files with 221 additions and 194 deletions

View file

@ -90,12 +90,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
{
}
UiThread.RunOnIdle(() =>
{
rebuildLocks.Dispose();
base.Invalidate(new InvalidateArgs(this, InvalidateType.Content));
});
rebuildLocks.Dispose();
return Task.CompletedTask;
});
}