From 2c810e7165cf78d8af6d79a7d6827792bf937122 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 26 Jul 2014 10:05:18 -0400 Subject: Verified Mac OS X control appearance and fonts with Interface Builder. --- redo/containers_darwin.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/containers_darwin.m') diff --git a/redo/containers_darwin.m b/redo/containers_darwin.m index 0d3c33e..c99e275 100644 --- a/redo/containers_darwin.m +++ b/redo/containers_darwin.m @@ -30,7 +30,7 @@ id newTab(void *gotab) goTabView *t; t = [[goTabView alloc] initWithFrame:NSMakeRect(0, 0, 100, 100)]; - // TODO font + setStandardControlFont((id) t); // safe; same selector provided by NSTabView t->gotab = gotab; return (id) t; } -- cgit v1.2.3