diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-26 10:05:18 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-26 10:05:18 -0400 |
| commit | 2c810e7165cf78d8af6d79a7d6827792bf937122 (patch) | |
| tree | e9929db38cfe486d0b74e4a905d96f5329373f49 /redo/containers_darwin.m | |
| parent | e8df54cb825e7026a2e6f2fdaa15da1ab06cb607 (diff) | |
Verified Mac OS X control appearance and fonts with Interface Builder.
Diffstat (limited to 'redo/containers_darwin.m')
| -rw-r--r-- | redo/containers_darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
