mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:40:38 +00:00
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:
parent
3d711a11a4
commit
9f924be488
4 changed files with 70 additions and 3 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue