Send double action

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5405 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-12-07 20:38:59 +00:00
parent 5df876a8bf
commit 3e52072875

View file

@ -1690,6 +1690,9 @@ static SEL getSel = @selector(objectAtIndex:);
[self sendAction];
}
if (_target && _doubleAction && ([theEvent clickCount] > 1))
[_target performSelector: _doubleAction withObject: self];
if (highlightedCell)
{
[self highlightCell: NO