mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 12:00:48 +00:00
* 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:
parent
e03904ec09
commit
b01a47d07a
4 changed files with 15 additions and 8 deletions
|
@ -121,7 +121,7 @@
|
|||
- (void) mouseDown: (NSEvent *)event
|
||||
{
|
||||
NSPoint location = [self convertPoint: [event locationInWindow]
|
||||
fromView: nil];
|
||||
fromView: nil];
|
||||
|
||||
[super mouseDown: event];
|
||||
[_cell _detectHit: location];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue