diff options
| -rw-r--r-- | gui.js | 6 | ||||
| -rwxr-xr-x | history.txt | 3 |
2 files changed, 6 insertions, 3 deletions
@@ -69,7 +69,7 @@ SpeechBubbleMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2014-July-11'; +modules.gui = '2014-July-14'; // Declarations @@ -1498,7 +1498,9 @@ IDE_Morph.prototype.reactToWorldResize = function (rect) { IDE_Morph.prototype.droppedImage = function (aCanvas, name) { var costume = new Costume( aCanvas, - name ? name.split('.')[0] : '' // up to period + this.currentSprite.newCostumeName( + name ? name.split('.')[0] : '' // up to period + ) ); if (costume.isTainted()) { diff --git a/history.txt b/history.txt index da678a1..84cfc2f 100755 --- a/history.txt +++ b/history.txt @@ -2202,4 +2202,5 @@ ______ ------ * new translation into Bangla (Bengali)!!! Yay, thanks, Mokter!! * Lists: make internal list ops iterative (instead of recursive), thanks, Brian! -* Objects, Blocks: new feature (hidden in dev mode): Save screenshot, thanks, Viral! +* Objects, Blocks: new feature (hidden in dev mode): Save screenshot, thanks, Viraj! +* GUI: Use new mechanism for unique costume names on imported costumes as well |
