mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Send action to target on mouseDown.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5446 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a3d3969897
commit
e77821d7ed
1 changed files with 5 additions and 0 deletions
|
@ -324,6 +324,11 @@ Class _nspopupbuttonCellClass = 0;
|
|||
|
||||
// Dismiss the popUp
|
||||
[cell dismissPopUp];
|
||||
|
||||
// Send action to target
|
||||
[super sendAction: [self action]
|
||||
to: [self target]];
|
||||
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue