kopia lustrzana https://github.com/backface/turtlestitch
fixed #1098
rodzic
663c1af1ce
commit
30ca6e8121
9
byob.js
9
byob.js
|
@ -9,7 +9,7 @@
|
||||||
written by Jens Mönig
|
written by Jens Mönig
|
||||||
jens@moenig.org
|
jens@moenig.org
|
||||||
|
|
||||||
Copyright (C) 2015 by Jens Mönig
|
Copyright (C) 2016 by Jens Mönig
|
||||||
|
|
||||||
This file is part of Snap!.
|
This file is part of Snap!.
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ SymbolMorph, isNil, CursorMorph, VariableFrame*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.byob = '2015-December-15';
|
modules.byob = '2016-January-08';
|
||||||
|
|
||||||
// Declarations
|
// Declarations
|
||||||
|
|
||||||
|
@ -462,6 +462,11 @@ CustomCommandBlockMorph.prototype.refresh = function (silently) {
|
||||||
// initialize block vars
|
// initialize block vars
|
||||||
// to do: preserve values of unchanged variable names
|
// to do: preserve values of unchanged variable names
|
||||||
this.initializeVariables();
|
this.initializeVariables();
|
||||||
|
|
||||||
|
// make (double) sure I'm colored correctly
|
||||||
|
this.forceNormalColoring();
|
||||||
|
this.drawNew();
|
||||||
|
this.fixBlockColor(null, true);
|
||||||
};
|
};
|
||||||
|
|
||||||
CustomCommandBlockMorph.prototype.restoreInputs = function (oldInputs) {
|
CustomCommandBlockMorph.prototype.restoreInputs = function (oldInputs) {
|
||||||
|
|
|
@ -2834,3 +2834,7 @@ end - bulk of 151215
|
||||||
151223
|
151223
|
||||||
------
|
------
|
||||||
* Morphic: fixed #1083
|
* Morphic: fixed #1083
|
||||||
|
|
||||||
|
160108
|
||||||
|
------
|
||||||
|
* BYOB: fixed #1098
|
||||||
|
|
Ładowanie…
Reference in New Issue