From 967aaad48287d514e6a644b2248b08e5ab34fa35 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 14 Oct 2021 10:07:54 +0530 Subject: [PATCH] ... --- kitty/mouse.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kitty/mouse.c b/kitty/mouse.c index 0b16b129e..565b87183 100644 --- a/kitty/mouse.c +++ b/kitty/mouse.c @@ -742,9 +742,7 @@ mouse_event(const int button, int modifiers, int action) { clamp_to_window = false; } else debug("no window for event\n"); } else debug("\n"); - if (mouse_cursor_shape != old_cursor) { - set_mouse_cursor(mouse_cursor_shape); - } + if (mouse_cursor_shape != old_cursor) set_mouse_cursor(mouse_cursor_shape); } void