Turned off the Page 1 controls for now. This will be for testing drawing the proper background on Windows parents.

This commit is contained in:
Pietro Gagliardi 2015-04-18 19:58:57 -04:00
parent a2311c4c19
commit dc2967619c
1 changed files with 2 additions and 1 deletions

3
test.c
View File

@ -316,7 +316,8 @@ int main(int argc, char *argv[])
uiStackAppend(stacks[0], uiControl(label), 0);
tab = uiNewTab();
uiTabAddPage(tab, "Page 1", uiControl(stacks[0]));
//TODO uiTabAddPage(tab, "Page 1", uiControl(stacks[0]));
uiTabAddPage(tab, "Page 1", uiControl(uiNewVerticalStack()));
page2stack = i;
stacks[i] = uiNewVerticalStack();