Skip to content

Commit cd4df61

Browse files
httnnmicahrj
andauthored
remove mouse coalescing (#195)
Co-authored-by: Micah Johnston <[email protected]>
1 parent 36db2a1 commit cd4df61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/macos/view.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ extern "C" fn view_will_move_to_window(this: &Object, _self: Sel, new_window: id
347347
let tracking_areas: *mut Object = msg_send![this, trackingAreas];
348348
let tracking_area_count = NSArray::count(tracking_areas);
349349

350-
let _: () = msg_send![class!(NSEvent), setMouseCoalescingEnabled: NO];
351-
352350
if new_window == nil {
353351
if tracking_area_count != 0 {
354352
let tracking_area = NSArray::objectAtIndex(tracking_areas, 0);

0 commit comments

Comments
 (0)