Improvements to operation source object
This commit is contained in:
parent
530f3d2638
commit
57b94fd7a4
5 changed files with 221 additions and 194 deletions
|
|
@ -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;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue