Fixed a typo. Doesn't fix runtime bugs yet.
This commit is contained in:
parent
faa989aefd
commit
9650770554
|
@ -262,7 +262,7 @@ struct uiGrid {
|
|||
break;
|
||||
}
|
||||
if (rowviews[y] == nil)
|
||||
rowviews[y] = colviews[y - 1];
|
||||
rowviews[y] = rowviews[y - 1];
|
||||
}
|
||||
|
||||
// now string all the views together
|
||||
|
|
Loading…
Reference in New Issue