mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:40:48 +00:00
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:
parent
5df876a8bf
commit
3e52072875
1 changed files with 33 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue