Change NSBezierPath to use NSInteger and CGFloat and adjust uses to

this.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36054 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2013-02-01 14:03:08 +00:00
parent a2aa2001da
commit e62fddeea0
6 changed files with 104 additions and 135 deletions

View file

@ -411,7 +411,7 @@
{
NSBezierPath *p = [NSBezierPath bezierPath];
NSPoint point;
float radius;
CGFloat radius;
// make smaller than enclosing frame
cellFrame = NSInsetRect(cellFrame, 4, floor(cellFrame.size.height * 0.1875));