mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:40:38 +00:00
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:
parent
a2aa2001da
commit
e62fddeea0
6 changed files with 104 additions and 135 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue