corrected version of previous change

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6457 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Jonathan Gapen 2000-04-12 21:44:07 +00:00
parent 0fb7075509
commit 937e09c22d

View file

@ -116,10 +116,7 @@
NSImage* image;
NSSize size;
if (_cell.is_bordered)
cellFrame = NSInsetRect(cellFrame, 1, 1);
else if (_cell.is_bezeled)
cellFrame = NSInsetRect(cellFrame, 2, 2);
cellFrame = [self drawingRectForBounds: cellFrame];
[controlView lockFocus];
if (vertical != _isVertical) {