alexrozanski / PXSourceList

Source List control for the Mac
Other
639 stars 77 forks source link

Small Fix for NSCell Subclasses #5

Closed ghost closed 13 years ago

ghost commented 13 years ago

Hi Alex. I've just made a small fix (well it seems to work anyway) so that if you use an NSCell subclass which is not an image or text cell then the size of the cell is correctly calculated. I hit this problem in an NSCell subclass in drawInteriorWithFrame:inView: because the frame being passed in was a nonsense size.

alexrozanski commented 13 years ago

Thanks – merged it into my branch! :)