1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:28:12 +00:00

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

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