Remove the isFlipped method so regular non-image buttons draw correctly

This commit is contained in:
Mike Shields 2010-10-25 21:37:47 -04:00
parent b70a6c66f7
commit e15498954c

View File

@ -23,10 +23,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
return [super resignFirstResponder];
}
#if 0
// This results in no button being drawn if there's no image.
-(BOOL)isFlipped {
return YES;
}
#endif
-(BOOL)isOpaque {
return [_cell isOpaque];
}