revert unintentional commit breaking ButtonCell

This commit is contained in:
Riccardo Mottola 2021-06-25 03:09:22 +02:00
parent 6bc1bebf53
commit 31bedc6fbf

View file

@ -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
//