migrated exporting pic of the stage

pull/95/head
jmoenig 2020-04-06 08:39:49 +02:00
rodzic 138ecf4e84
commit 17d173f634
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -8218,7 +8218,7 @@ SpriteIconMorph.prototype.userMenu = function () {
function () { function () {
var ide = myself.parentThatIsA(IDE_Morph); var ide = myself.parentThatIsA(IDE_Morph);
ide.saveCanvasAs( ide.saveCanvasAs(
myself.object.fullImageClassic(), myself.object.fullImage(),
this.object.name this.object.name
); );
}, },