1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00

fixup tests on macos

This commit is contained in:
Wez Furlong 2021-07-10 19:01:20 -07:00
parent 37ec16329e
commit 77c5acaaf5

View File

@ -220,7 +220,7 @@ impl MyWindow {
let () = msg_send![layer, setOpaque: NO];
}
self.paint()?;
self.paint().unwrap();
}
}
WindowEvent::MouseEvent(event) => {