summaryrefslogtreecommitdiff
path: root/threads.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2014-08-06 12:24:45 +0200
committerGubolin <gubolin@fantasymail.de>2014-08-06 12:24:45 +0200
commitfc36ac7fea89447682868dc40cc9a818afc51c5c (patch)
tree10e6a7db41d29764435956a696ee3ac50597c78e /threads.js
parente2191d8f6ea72077ec5595dc6570a9804b8cbd89 (diff)
downloadsnap-fc36ac7fea89447682868dc40cc9a818afc51c5c.tar.gz
snap-fc36ac7fea89447682868dc40cc9a818afc51c5c.zip
fix another strange Note bug
Diffstat (limited to 'threads.js')
-rw-r--r--threads.js2
1 files changed, 1 insertions, 1 deletions
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();