kopia lustrzana https://github.com/backface/turtlestitch
make sure to render Boolean slots correctly outside of blocks
rodzic
34c2c2cf58
commit
ed2c130d35
|
@ -9870,6 +9870,7 @@ BooleanSlotMorph.prototype.init = function (initialValue) {
|
||||||
this.isUnevaluated = false;
|
this.isUnevaluated = false;
|
||||||
this.progress = 0; // for animation state, not persisted
|
this.progress = 0; // for animation state, not persisted
|
||||||
BooleanSlotMorph.uber.init.call(this);
|
BooleanSlotMorph.uber.init.call(this);
|
||||||
|
this.fixLayout();
|
||||||
};
|
};
|
||||||
|
|
||||||
BooleanSlotMorph.prototype.getSpec = function () {
|
BooleanSlotMorph.prototype.getSpec = function () {
|
||||||
|
|
Ładowanie…
Reference in New Issue