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:
Nicola Pero 2002-02-25 14:31:36 +00:00
parent e7c746d3e7
commit 4d082169e7

View file

@ -2791,6 +2791,7 @@ resetCursorRectsForView(NSView *theView)
break;
case NSFlagsChanged:
[_firstResponder flagsChanged: theEvent];
break;
case NSCursorUpdate: