Преглед изворни кода

Assistant: Remove unnecessary global cursor tracking

Ben Wiederhake пре 3 година
родитељ
комит
dbc8465c20
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      Userland/Applications/Assistant/main.cpp

+ 0 - 1
Userland/Applications/Assistant/main.cpp

@@ -52,7 +52,6 @@ public:
 
 
         set_shrink_to_fit(true);
         set_shrink_to_fit(true);
         set_fill_with_background_color(true);
         set_fill_with_background_color(true);
-        set_global_cursor_tracking(true);
         set_greedy_for_hits(true);
         set_greedy_for_hits(true);
     }
     }