kopia lustrzana https://github.com/backface/turtlestitch
fixed #100 saving costumes to the cloud
rodzic
9c6b2a3e6f
commit
71c331d4a1
5
gui.js
5
gui.js
|
@ -68,7 +68,7 @@ sb, CommentMorph, CommandBlockMorph*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.gui = '2013-June-20';
|
modules.gui = '2013-June-26';
|
||||||
|
|
||||||
// Declarations
|
// Declarations
|
||||||
|
|
||||||
|
@ -351,6 +351,7 @@ IDE_Morph.prototype.openIn = function (world) {
|
||||||
) {
|
) {
|
||||||
myself.rawOpenProjectString(projectData);
|
myself.rawOpenProjectString(projectData);
|
||||||
}
|
}
|
||||||
|
myself.hasChangedMedia = true;
|
||||||
},
|
},
|
||||||
function () {
|
function () {
|
||||||
myself.shield.destroy();
|
myself.shield.destroy();
|
||||||
|
@ -5449,7 +5450,7 @@ WardrobeMorph.prototype.paintNew = function() {
|
||||||
var cos = new Costume(newCanvas(), "Untitled"),
|
var cos = new Costume(newCanvas(), "Untitled"),
|
||||||
ide = this.parentThatIsA(IDE_Morph),
|
ide = this.parentThatIsA(IDE_Morph),
|
||||||
myself = this;
|
myself = this;
|
||||||
cos.edit(this.world(), null, true, null, function() {
|
cos.edit(this.world(), ide, true, null, function() {
|
||||||
myself.sprite.addCostume(cos);
|
myself.sprite.addCostume(cos);
|
||||||
myself.updateList();
|
myself.updateList();
|
||||||
if (ide) {
|
if (ide) {
|
||||||
|
|
|
@ -1761,3 +1761,7 @@ ______
|
||||||
130625
|
130625
|
||||||
------
|
------
|
||||||
* Widgets, Blocks: code mapping dialog input is now multi-line monospaced
|
* Widgets, Blocks: code mapping dialog input is now multi-line monospaced
|
||||||
|
|
||||||
|
130626
|
||||||
|
------
|
||||||
|
* GUI: fixed #100 saving costumes to the cloud
|
||||||
|
|
Ładowanie…
Reference in New Issue