diff options
| author | jmoenig <jens@moenig.org> | 2013-04-30 12:39:09 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-04-30 12:39:09 +0200 |
| commit | ed3b9d1959a2b0a98ae9ce0eaf04356871ecd1e7 (patch) | |
| tree | 5e8aa51d096a7460841d799f285868d6786b4005 /gui.js | |
| parent | 0c4779f02819d16355192e894a2fdc77bbf366e4 (diff) | |
| download | snap-byow-ed3b9d1959a2b0a98ae9ce0eaf04356871ecd1e7.tar.gz snap-byow-ed3b9d1959a2b0a98ae9ce0eaf04356871ecd1e7.zip | |
Fixed #83
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -68,7 +68,7 @@ sb, CommentMorph, CommandBlockMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2013-April-25'; +modules.gui = '2013-April-30'; // Declarations @@ -5053,6 +5053,7 @@ WardrobeMorph.prototype.reactToDropOf = function (icon) { }); this.sprite.costumes.add(costume, idx + 1); this.updateList(); + icon.mouseClickLeft(); // select }; // SoundIconMorph /////////////////////////////////////////////////////// |
