diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-07-23 14:26:06 +0200 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-07-23 14:26:06 +0200 |
| commit | 5aec52889d79a8257971095719195fabcbc33559 (patch) | |
| tree | e225dc622d1b16ee78bc495ead9a0df63c6f6b99 /lists.js | |
| parent | a3cae8db6e442da230a880a26546595afee7a3bd (diff) | |
| parent | 40b1d4910ca55004c8f927abcdb02755b986923b (diff) | |
| download | snap-development.tar.gz snap-development.zip | |
merge upstreamdevelopment
Diffstat (limited to 'lists.js')
| -rw-r--r-- | lists.js | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,7 +7,7 @@ written by Jens Mönig and Brian Harvey jens@moenig.org, bh@cs.berkeley.edu - Copyright (C) 2014 by Jens Mönig and Brian Harvey + Copyright (C) 2015 by Jens Mönig and Brian Harvey This file is part of Snap!. @@ -61,7 +61,7 @@ PushButtonMorph, SyntaxElementMorph, Color, Point, WatcherMorph, StringMorph, SpriteMorph, ScrollFrameMorph, CellMorph, ArrowMorph, MenuMorph, snapEquals, Morph, isNil, localize, MorphicPreferences*/ -modules.lists = '2014-November-20'; +modules.lists = '2015-June-25'; var List; var ListWatcherMorph; @@ -634,6 +634,7 @@ ListWatcherMorph.prototype.setStartIndex = function (index) { }; ListWatcherMorph.prototype.fixLayout = function () { + if (!this.label) {return; } Morph.prototype.trackChanges = false; if (this.frame) { this.arrangeCells(); |
