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:
Nicola Pero 1999-12-11 06:05:08 +00:00
parent a3d3969897
commit e77821d7ed

View file

@ -324,6 +324,11 @@ Class _nspopupbuttonCellClass = 0;
// Dismiss the popUp
[cell dismissPopUp];
// Send action to target
[super sendAction: [self action]
to: [self target]];
}
//