performClick in focus view

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4346 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-06-02 20:51:02 +00:00
parent fa12d9c86e
commit f67aa2a775

View file

@ -185,7 +185,7 @@
- (void) performClick: (id)sender
{
NSView *cv = [self controlView];
NSView *cv = [NSView focusView];
[self highlight: YES withFrame: [cv frame] inView: cv];
if (action)