mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Tidied comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13670 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2227cb109a
commit
484f4f444f
1 changed files with 2 additions and 1 deletions
|
@ -2302,7 +2302,8 @@ resetCursorRectsForView(NSView *theView)
|
|||
|
||||
/*
|
||||
* If there is a first responder tell it to resign.
|
||||
* Change only if it replies Y */
|
||||
* Change only if it replies YES.
|
||||
*/
|
||||
if ((_firstResponder) && (![_firstResponder resignFirstResponder]))
|
||||
return NO;
|
||||
|
||||
|
|
Loading…
Reference in a new issue