mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
revert unintentional commit breaking ButtonCell
This commit is contained in:
parent
6bc1bebf53
commit
31bedc6fbf
1 changed files with 3 additions and 3 deletions
|
@ -213,9 +213,9 @@ typedef enum _NSGradientType {
|
|||
- (void) drawImage: (NSImage*)imageToDisplay
|
||||
withFrame: (NSRect)cellFrame
|
||||
inView: (NSView *)controlView;
|
||||
- (void) drawTitle: (NSAttributedString*)titleToDisplay
|
||||
withFrame: (NSRect)cellFrame
|
||||
inView: (NSView *)controlView;
|
||||
- (NSRect) drawTitle: (NSAttributedString*)titleToDisplay
|
||||
withFrame: (NSRect)cellFrame
|
||||
inView: (NSView *)controlView;
|
||||
#endif
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue