This commit is contained in:
Adam Nathan 2016-02-24 11:33:03 -08:00
Родитель 2dd2a6744e
Коммит b1d0439313
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -288,7 +288,7 @@ public class Grid extends FrameLayout implements IHaveProperties, IRecieveCollec
// Guard against nonsense spans that are too big
if (column + span >= numCols)
break;
cd = (ColumnDefinition) this._columnDefinitions.get(column);
cd = (ColumnDefinition) this._columnDefinitions.get(column + span);
}
else {
cd = new ColumnDefinition();