소스 검색

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_fill_with_background_color(true);
-        set_global_cursor_tracking(true);
         set_greedy_for_hits(true);
     }