fixed list watcher length readout rendering

pull/95/head
jmoenig 2020-05-17 07:58:29 +02:00
rodzic 45b419ad48
commit 382da554f9
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -62,7 +62,7 @@ CellMorph, ArrowMorph, MenuMorph, snapEquals, localize, isString,
MorphicPreferences, TableDialogMorph, SpriteBubbleMorph, SpeechBubbleMorph,
TableFrameMorph, TableMorph, Variable, isSnapObject, Costume, contains*/
modules.lists = '2020-May-16';
modules.lists = '2020-May-17';
var List;
var ListWatcherMorph;
@ -870,6 +870,7 @@ ListWatcherMorph.prototype.updateLength = function (notDone) {
} else {
this.label.color = new Color(0, 0, 0);
}
this.label.fixLayout();
this.label.setCenter(this.center());
this.label.setBottom(this.bottom() - 3);
};