More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-12-27 22:55:41 -05:00
parent a1beccd63d
commit 1b3d303cbe
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ void uiTabInsertAt(uiTab *t, const char *name, uintmax_t n, uiControl *child)
childView = (NSView *) uiControlHandle(child);
view = [[NSView alloc] initWithFrame:NSZeroRect];
// TODO if we turn off the autoresizing mask, nothing shows up; didn't this get documented somewhere?
[view addSubview:childView];
[t->pages insertObject:[NSValue valueWithPointer:child] atIndex:n];