From 1b3d303cbe4c86cfdea2ab6d7410d46f0f20729b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 27 Dec 2015 22:55:41 -0500 Subject: [PATCH] More TODOs. --- darwin/tab.m | 1 + 1 file changed, 1 insertion(+) diff --git a/darwin/tab.m b/darwin/tab.m index 14cf44c0..b711168a 100644 --- a/darwin/tab.m +++ b/darwin/tab.m @@ -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];