mirror of
https://github.com/darlinghq/darling-rik-theme.git
synced 2024-11-30 07:20:33 +00:00
Fixed a warning on a 'Not responding methid'
This commit is contained in:
parent
1236265c0c
commit
b59388ccf6
@ -93,10 +93,10 @@
|
||||
|
||||
- (NSCell*) cellForScrollerKnobSlot: (BOOL)horizontal
|
||||
{
|
||||
GSDrawTiles *tiles;
|
||||
NSButtonCell *cell;
|
||||
NSColor *color;
|
||||
NSString *name;
|
||||
GSDrawTiles *tiles;
|
||||
RikScrollerKnobSlotCell *cell;
|
||||
NSColor *color;
|
||||
NSString *name;
|
||||
|
||||
if (horizontal)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user