some cleanup
This commit is contained in:
parent
3bc7585b5b
commit
afb50f6997
|
@ -3,11 +3,6 @@
|
|||
|
||||
@implementation ActionPopUpButton
|
||||
|
||||
+ (Class) cellClass
|
||||
{
|
||||
return [ActionPopUpButtonCell class];
|
||||
}
|
||||
|
||||
- (id) initWithCoder: (NSCoder *) coder
|
||||
{
|
||||
if (self = [super initWithCoder: coder])
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
- (id) initTextCell: (NSString *) string pullsDown: (BOOL) pullDown
|
||||
{
|
||||
if (self = [super initTextCell: string pullsDown: YES])
|
||||
if ((self = [super initTextCell: string pullsDown: YES]))
|
||||
{
|
||||
fImage = [NSImage imageNamed: @"ActionButton.png"];
|
||||
[fImage setFlipped: YES];
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue