summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui.js b/gui.js
index 27a33d9..5e0571c 100644
--- a/gui.js
+++ b/gui.js
@@ -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 ///////////////////////////////////////////////////////