From fc36ac7fea89447682868dc40cc9a818afc51c5c Mon Sep 17 00:00:00 2001 From: Gubolin Date: Wed, 6 Aug 2014 12:24:45 +0200 Subject: fix another strange Note bug --- threads.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'threads.js') diff --git a/threads.js b/threads.js index 7e87614..fd75e3d 100644 --- a/threads.js +++ b/threads.js @@ -1395,7 +1395,7 @@ Process.prototype.doStopAll = function () { if (this.homeContext.receiver) { stage = this.homeContext.receiver.parentThatIsA(StageMorph); if (stage) { - stage.threads.resumeAll(stage); + //stage.threads.resumeAll(stage); // leads to a strange Note bug stage.keysPressed = {}; stage.threads.stopAll(); stage.stopAllActiveSounds(); -- cgit v1.3.1