mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 17:52:42 +00:00
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:
parent
fa12d9c86e
commit
f67aa2a775
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue