mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 10:50:37 +00:00
Hand a NSFlagsChanged event to the _firstResonder flagsChanges: method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12751 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e7c746d3e7
commit
4d082169e7
1 changed files with 1 additions and 0 deletions
|
@ -2791,6 +2791,7 @@ resetCursorRectsForView(NSView *theView)
|
|||
break;
|
||||
|
||||
case NSFlagsChanged:
|
||||
[_firstResponder flagsChanged: theEvent];
|
||||
break;
|
||||
|
||||
case NSCursorUpdate:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue