source:
trunk/macosx/FileTableView.m
@
334
Last change on this file since 334 was 334, checked in by livings124, 16 years ago | |
---|---|
File size: 171 bytes |
Line | |
---|---|
1 | #import "FileTableView.h" |
2 | |
3 | @implementation FileTableView |
4 | |
5 | - (void) mouseDown: (NSEvent *) event |
6 | { |
7 | [[self window] makeKeyWindow]; |
8 | [super mouseDown: event]; |
9 | } |
10 | |
11 | @end |
Note: See TracBrowser
for help on using the repository browser.