upd4.1
Jens Mönig 2017-07-12 10:29:27 +02:00
rodzic b44caed4b6
commit 7669cfda86
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1370,7 +1370,7 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
'shadowedVariablesMenu',
true
);
part.isStatic = true;
// part.isStatic = true;
break;
case '%lst':
part = new InputSlotMorph(

Wyświetl plik

@ -1604,6 +1604,7 @@ Process.prototype.doDeleteAttr = function (attrName) {
xPosition: 'x position',
yPosition: 'y position',
direction: 'direction',
getCostumeIdx: 'costume #',
size: 'size'
}[name.expression.selector];
if (!isNil(name)) {