* ColorPickers/GSColorSliderCell.m

more float -> CGFloat transitions

like the one before, OK Fred



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36239 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
buzzdee 2013-03-02 18:07:47 +00:00
parent f5f233857e
commit a2d4ecefe9
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
* Source/NSMenuItemCell.m * Source/NSMenuItemCell.m
* Headers/AppKit/NSMenuItemCell.h * Headers/AppKit/NSMenuItemCell.h
float -> CGFloat transitions float -> CGFloat transitions
* ColorPickers/GSColorSliderCell.m
more float -> CGFloat transitions
2013-03-01 Richard Frith-Macdonald <rfm@gnu.org> 2013-03-01 Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -186,7 +186,7 @@
[self drawKnob]; [self drawKnob];
} }
- (float) knobThickness - (CGFloat) knobThickness
{ {
return KNOB_WIDTH; return KNOB_WIDTH;
} }