public
Description: Simple Meditation Timer with MP4-Export Capabilities
Homepage: http://wcrawford.wordpress.com/2006/11/09/meditation-timer-12/
Clone URL: git://github.com/whenders0n/meditation-timer.git
meditation-timer / WBTextField.m
100644 9 lines (7 sloc) 0.165 kb
1
2
3
4
5
6
7
8
9
#import "WBTextField.h"
 
@implementation WBTextField
- (void)mouseDown:(NSEvent *)theEvent
{
[self sendAction:[[self cell] action] to:[[self cell] target]];
}
@end