mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:00:37 +00:00
* 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:
parent
1bda279897
commit
63aa317bd8
2 changed files with 3 additions and 1 deletions
|
@ -186,7 +186,7 @@
|
|||
[self drawKnob];
|
||||
}
|
||||
|
||||
- (float) knobThickness
|
||||
- (CGFloat) knobThickness
|
||||
{
|
||||
return KNOB_WIDTH;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue