Added a blank page to the test program to test tab navigation on Windows and also as an extra background drawing check.

This commit is contained in:
Pietro Gagliardi 2015-05-06 16:00:49 -04:00
parent c55ec89d19
commit ab3fea8cd7
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ int main(int argc, char *argv[])
page2 = makePage2();
uiTabAppendPage(mainTab, "Page 2", uiControl(page2));
uiTabAppendPage(mainTab, "Empty Page", uiControl(uiNewHorizontalBox()));
uiControlShow(uiControl(w));
uiMain();
printf("after uiMain()\n");