mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-30 15:30:31 +00:00
Remove the isFlipped method so regular non-image buttons draw correctly
This commit is contained in:
parent
b70a6c66f7
commit
e15498954c
@ -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];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user