Field editor for NSCell should have it's textview/textcontainer sized to title rectangle height

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37746 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2014-03-15 17:13:13 +00:00
parent 79537b24bf
commit bee13c1d64

View file

@ -2269,7 +2269,7 @@ static NSColor *dtxtCol;
if (wraps)
maxSize = NSMakeSize(NSWidth(titleRect), 1e6);
else
maxSize = NSMakeSize(1e6, 1e6);
maxSize = titleRect.size;
[ct setContainerSize: maxSize];
[ct setWidthTracksTextView: wraps];
[ct setHeightTracksTextView: NO];