Modal session and cursor fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12112 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-01-15 16:43:13 +00:00
parent 3d711a11a4
commit 9f924be488
4 changed files with 70 additions and 3 deletions

View file

@ -2735,7 +2735,8 @@ resetCursorRectsForView(NSView *theView)
* a cursor rectangle then we need to determine if we should send a
* cursor update event.
*/
(*ccImp)(self, ccSel, _contentView, theEvent);
if (_f.cursor_rects_enabled)
(*ccImp)(self, ccSel, _contentView, theEvent);
}
_lastPoint = [theEvent locationInWindow];