From b2406b0465f5c95c4246b383d44244e98319f053 Mon Sep 17 00:00:00 2001 From: j433866 Date: Thu, 2 May 2019 09:20:28 +0100 Subject: [PATCH] Run set() when a bake is cancelled. This will make sure the output shows the most recently baked data, and also shows the stale indicator if needed --- src/web/WorkerWaiter.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/WorkerWaiter.mjs b/src/web/WorkerWaiter.mjs index f3c5e31d..2a8bea9e 100644 --- a/src/web/WorkerWaiter.mjs +++ b/src/web/WorkerWaiter.mjs @@ -242,7 +242,7 @@ class WorkerWaiter { this.inputs = []; this.totalOutputs = 0; - this.manager.controls.showStaleIndicator(); + this.manager.output.set(this.manager.output.getActiveTab()); } /**