Use UiThread.ClearInterval
This commit is contained in:
parent
febe76e55d
commit
0d066881a4
13 changed files with 35 additions and 53 deletions
|
|
@ -630,7 +630,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
break;
|
||||
}
|
||||
}, 1);
|
||||
bodyRow.Closed += (s, e) => runningInterval.Continue = false;
|
||||
bodyRow.Closed += (s, e) => UiThread.ClearInterval(runningInterval);
|
||||
|
||||
bodyRow.Visible = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue