* Source/NSMatrix.m ([NSMatrix -_mouseDownNonListMode:]): does not

performSelector is the mouse goes up in cell.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9677 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mirko 2001-04-23 21:06:43 +00:00
parent 33cc5feb49
commit b207eef86a
2 changed files with 5 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2001-04-23 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* Source/NSMatrix.m ([NSMatrix -_mouseDownNonListMode:]): does not
performSelector is the mouse goes up in cell.
2001-04-22 Georg Fleischmann
* gui/Source/GSTextStorage.m:

View file

@ -2092,13 +2092,6 @@ static SEL getSel;
}
[self sendAction];
}
else if (_selectedCell != nil && ([_selectedCell target] == nil))
{
// selected cell has no target so send single
// click action to matrix's (self's) target
if (_target)
[_target performSelector: _action withObject: self];
}
}