Small adjustment to filter buttons.

Remove commented-out code.
This commit is contained in:
Mitchell Livingston 2006-07-23 22:42:11 +00:00
parent 53039b2074
commit b8cf664d01
3 changed files with 1 additions and 15 deletions

View File

@ -227,20 +227,6 @@
[super mouseExited: event];
}
/*- (void) mouseDown: (NSEvent *) event
{
[self setImage: fButtonPressed];
[super mouseDown: event];
//mouse up after mouse down
if (NSPointInRect([self convertPoint: [[self window] convertScreenToBase:
[NSEvent mouseLocation]] fromView: nil], [self bounds]))
[NSApp sendAction: [self action] to: [self target] from: self];
[self setImage: fEnabled ? fButtonSelected : fButtonOver];
}*/
- (void) setEnabled: (BOOL) enable
{
fEnabled = enable;

View File

@ -32,8 +32,8 @@
<key>IBOpenObjects</key>
<array>
<integer>1603</integer>
<integer>29</integer>
<integer>21</integer>
<integer>29</integer>
</array>
<key>IBSystem Version</key>
<string>8J135</string>

Binary file not shown.