Reinstate Fred's change with the additional correction to the string

drawing code he proposed on the mailing list.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34241 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wolfgang Lux 2011-12-02 21:36:58 +00:00
parent f218a41010
commit 6365fa5127
4 changed files with 10 additions and 2 deletions

View file

@ -697,7 +697,6 @@ If a text view is added to an empty text network, it keeps its attributes.
RELEASE(layoutManager);
textContainer = [[NSTextContainer alloc] initWithContainerSize: aSize];
[textContainer setLineFragmentPadding: 5.0]; // Observed default on Mac OS X/Cocoa for textfields.
[layoutManager addTextContainer: textContainer];
RELEASE(textContainer);