mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
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:
parent
0fb7075509
commit
937e09c22d
1 changed files with 1 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue