Updated a TODO.

This commit is contained in:
Pietro Gagliardi 2015-12-09 09:07:00 -05:00
parent c5a5038382
commit 529620eb47
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ uiMultilineEntry *uiNewMultilineEntry(void)
[e->tv setFont:font];
// TODO this (via https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/TextUILayer/Tasks/TextInScrollView.html) is the magic incantation needed to get things to show up; figure out why
// it especially seems weird we're mixing this with auto layout...
[e->tv setAutoresizingMask:NSViewWidthSizable];
//TODO [e->tv setTranslatesAutoresizingMaskIntoConstraints:NO];