NSCell -_nonAutoreleasedTypingAttributes minor change.

2004-01-10 Thread Michael Hanni
Hi, Seemingly the baseline for string drawing in controls is one pixel too low. Maybe I'm seeing things, but this small patch for NSCell makes these strings center a little better. Some extra research might be necessary. Cheers, Michael Index: NSCell.m ==

Re: NSCell -_nonAutoreleasedTypingAttributes minor change.

2004-01-10 Thread Alexander Malmberg
Michael Hanni wrote: > Hi, > > Seemingly the baseline for string drawing in controls is one pixel too > low. Maybe I'm seeing things, but this small patch for NSCell makes > these strings center a little better. Some extra research might be > necessary. Most likely, yes, it needs to be investigat

Re: NSCell -_nonAutoreleasedTypingAttributes minor change.

2004-01-12 Thread Fred Kiefer
Michael Hanni wrote: Seemingly the baseline for string drawing in controls is one pixel too low. Maybe I'm seeing things, but this small patch for NSCell makes these strings center a little better. Some extra research might be necessary. One possible reason for the different appearance of GNUst