* Headers/AppKit/NSSegmentedControl.h

* Source/NSSegmentedCell.m
	* Source/NSSegmentedControl.m: Correct tabbing.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25947 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2008-01-14 14:19:21 +00:00
parent e03904ec09
commit b01a47d07a
4 changed files with 15 additions and 8 deletions

View file

@ -121,7 +121,7 @@
- (void) mouseDown: (NSEvent *)event
{
NSPoint location = [self convertPoint: [event locationInWindow]
fromView: nil];
fromView: nil];
[super mouseDown: event];
[_cell _detectHit: location];