mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 20:06:27 +00:00
Added missing method performClick
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5031 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
049355e6c0
commit
cc3f04f070
1 changed files with 4 additions and 0 deletions
|
@ -339,6 +339,10 @@ static Class cellClass;
|
|||
{
|
||||
[self setNeedsDisplay: YES];
|
||||
}
|
||||
- (void) performClick: (id)sender
|
||||
{
|
||||
[cell performClick: sender];
|
||||
}
|
||||
|
||||
/*
|
||||
* Target and Action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue