Fix for CPPopUpButton being broken in nib2cib.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2009-05-21 14:11:21 -07:00
parent 0b24bf8fe8
commit fff40499cc
+10
View File
@@ -107,6 +107,16 @@ _CPButtonBezelStyleHeights[CPHUDBezelStyle] = 20;
return self;
}
- (BOOL)NS_isCheckBox
{
return NO;
}
- (BOOL)NS_isRadio
{
return NO;
}
@end
@implementation NSButton : CPButton