mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 10:11:15 +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];
|
[self sendAction];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (_target && _doubleAction && ([theEvent clickCount] > 1))
|
||||||
|
[_target performSelector: _doubleAction withObject: self];
|
||||||
|
|
||||||
if (highlightedCell)
|
if (highlightedCell)
|
||||||
{
|
{
|
||||||
[self highlightCell: NO
|
[self highlightCell: NO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue