* 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:
Sebastian Reitenbach 2013-03-02 18:07:47 +00:00
parent 1bda279897
commit 63aa317bd8
2 changed files with 3 additions and 1 deletions

View file

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

View file

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