Disable cursor rects
This commit is contained in:
parent
ff8de7607a
commit
69c5c49094
@ -1028,6 +1028,8 @@ static const NSRange kEmptyRange = { NSNotFound, 0 };
|
||||
|
||||
- (void)updateTrackingAreas
|
||||
{
|
||||
if (window && [window->ns.object areCursorRectsEnabled])
|
||||
[window->ns.object disableCursorRects];
|
||||
if (trackingArea != nil)
|
||||
{
|
||||
[self removeTrackingArea:trackingArea];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user