diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-01-24 10:21:35 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-01-24 10:21:35 +0100 |
| commit | 1ed98c27ff3c1a825e75783481a4e739fb610bdb (patch) | |
| tree | d7ed3cf3740fd47b21afc1cf4e7014ac32731d8b /threads.js | |
| parent | b9a3ba8fcae035cf155cd6d4fc213bdc5d144913 (diff) | |
| parent | 75b8d44713c57df638dcb95a84b480aeb7414012 (diff) | |
| download | snap-1ed98c27ff3c1a825e75783481a4e739fb610bdb.tar.gz snap-1ed98c27ff3c1a825e75783481a4e739fb610bdb.zip | |
Merge branch 'development' into gh-pages
Diffstat (limited to 'threads.js')
| -rw-r--r-- | threads.js | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -9,7 +9,7 @@ written by Jens Mönig jens@moenig.org - Copyright (C) 2014 by Jens Mönig + Copyright (C) 2015 by Jens Mönig This file is part of Snap!. @@ -83,7 +83,7 @@ ArgLabelMorph, localize, XML_Element, hex_sha512*/ // Global stuff //////////////////////////////////////////////////////// -modules.threads = '2014-December-17'; +modules.threads = '2015-January-12'; var ThreadManager; var Process; @@ -168,9 +168,11 @@ ThreadManager.prototype.startProcess = function ( active.stop(); this.removeTerminatedProcesses(); } - top.addHighlight(); newProc = new Process(block.topBlock(), callback); newProc.exportResult = exportResult; + if (!newProc.homeContext.receiver.isClone) { + top.addHighlight(); + } this.processes.push(newProc); return newProc; }; |
