From dbc8465c2074df7f04e7c0bebe0fc23eeb50053f Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Tue, 7 Sep 2021 21:33:47 +0200 Subject: [PATCH] Assistant: Remove unnecessary global cursor tracking --- Userland/Applications/Assistant/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Applications/Assistant/main.cpp b/Userland/Applications/Assistant/main.cpp index 90dd67dd29..9bff51af66 100644 --- a/Userland/Applications/Assistant/main.cpp +++ b/Userland/Applications/Assistant/main.cpp @@ -52,7 +52,6 @@ public: set_shrink_to_fit(true); set_fill_with_background_color(true); - set_global_cursor_tracking(true); set_greedy_for_hits(true); }