зеркало из https://github.com/microsoft/ace.git
ColumnSpan bug fix (Android)
This commit is contained in:
Родитель
2dd2a6744e
Коммит
b1d0439313
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче