make sure to render Boolean slots correctly outside of blocks

pull/95/head
jmoenig 2020-03-30 10:05:20 +02:00
rodzic 34c2c2cf58
commit ed2c130d35
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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 () {