mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Disable cursor rects
This commit is contained in:
@@ -1028,6 +1028,8 @@ static const NSRange kEmptyRange = { NSNotFound, 0 };
|
|||||||
|
|
||||||
- (void)updateTrackingAreas
|
- (void)updateTrackingAreas
|
||||||
{
|
{
|
||||||
|
if (window && [window->ns.object areCursorRectsEnabled])
|
||||||
|
[window->ns.object disableCursorRects];
|
||||||
if (trackingArea != nil)
|
if (trackingArea != nil)
|
||||||
{
|
{
|
||||||
[self removeTrackingArea:trackingArea];
|
[self removeTrackingArea:trackingArea];
|
||||||
|
|||||||
Reference in New Issue
Block a user