kopia lustrzana https://github.com/backface/turtlestitch
"Fixed #3" Follow-up
rodzic
cd41e7c644
commit
855d12a18c
4
gui.js
4
gui.js
|
@ -68,7 +68,7 @@ sb, CommentMorph, CommandBlockMorph*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.gui = '2013-April-08';
|
modules.gui = '2013-April-09';
|
||||||
|
|
||||||
// Declarations
|
// Declarations
|
||||||
|
|
||||||
|
@ -142,6 +142,8 @@ IDE_Morph.prototype.init = function (isAutoFill) {
|
||||||
this.isAnimating = true;
|
this.isAnimating = true;
|
||||||
this.stageRatio = 1; // for IDE animations, e.g. when zooming
|
this.stageRatio = 1; // for IDE animations, e.g. when zooming
|
||||||
|
|
||||||
|
this.loadNewProject = false; // flag when starting up translated
|
||||||
|
|
||||||
// initialize inherited properties:
|
// initialize inherited properties:
|
||||||
IDE_Morph.uber.init.call(this);
|
IDE_Morph.uber.init.call(this);
|
||||||
|
|
||||||
|
|
|
@ -1597,3 +1597,7 @@ ______
|
||||||
* Portuguese and Italian translations update, thanks, Manuel and Stefano!
|
* Portuguese and Italian translations update, thanks, Manuel and Stefano!
|
||||||
* GUI fix: switch to edit mode and tab to scripts when loading a project,
|
* GUI fix: switch to edit mode and tab to scripts when loading a project,
|
||||||
* Objects: new feature (hidden in shift-clicked stage context menu): turn pen trails into new costume
|
* Objects: new feature (hidden in shift-clicked stage context menu): turn pen trails into new costume
|
||||||
|
|
||||||
|
130409
|
||||||
|
------
|
||||||
|
* various formatting and encoding normalizations
|
||||||
|
|
Ładowanie…
Reference in New Issue