Remove remnants from memory troubleshooting
This commit is contained in:
parent
ed7136cde7
commit
140bf87b15
1 changed files with 0 additions and 3 deletions
|
|
@ -1411,11 +1411,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
{
|
||||
sceneContext.Scene.UndoBuffer.ClearHistory();
|
||||
|
||||
GC.Collect();
|
||||
|
||||
UiThread.RunOnIdle(() =>
|
||||
{
|
||||
GC.Collect();
|
||||
this.Invalidate();
|
||||
}, 1);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue