Assistant: Remove unnecessary global cursor tracking

This commit is contained in:
Ben Wiederhake 2021-09-07 21:33:47 +02:00 committed by Andreas Kling
parent c6546c7b03
commit dbc8465c20
Notes: sideshowbarker 2024-07-18 04:27:49 +09:00

View file

@ -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);
}