Say who is the owner of executing tasks. This allows us to filter running tasks displays
issue: MatterHackers/MCCentral#4660 Not printing printer tab showing print progress from printing printer tab
This commit is contained in:
parent
273e20be89
commit
8de283dbfe
20 changed files with 87 additions and 63 deletions
|
|
@ -81,7 +81,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
|
|||
ResetMeshWrapperMeshes(Object3DPropertyFlags.All, CancellationToken.None);
|
||||
|
||||
// spin up a task to calculate the paint
|
||||
ApplicationController.Instance.Tasks.Execute("Subtract".Localize(), (reporter, cancellationToken) =>
|
||||
ApplicationController.Instance.Tasks.Execute("Subtract".Localize(), null, (reporter, cancellationToken) =>
|
||||
{
|
||||
var progressStatus = new ProgressStatus();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue