Fixed a tester bug.

This commit is contained in:
Pietro Gagliardi 2016-06-11 23:53:49 -04:00
parent fc2218b51c
commit bf1595795c
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ static uiControl *spanningGrid(void)
{
uiGrid *g;
g = uiNewGrid();
g = newGrid();
uiGridAppend(g, testControl("0", blue),
0, 4, 4, 1,
1, uiAlignFill, 0, uiAlignFill);