We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcc840 commit bc2f0e4Copy full SHA for bc2f0e4
.changes/change-pr-13401.md
@@ -0,0 +1,5 @@
1
+---
2
+"tauri": 'patch:bug'
3
4
+
5
+fix(macOS): caculation for work area
crates/tauri-runtime-wry/src/monitor/macos.rs
@@ -18,7 +18,6 @@ impl super::MonitorExt for tao::monitor::MonitorHandle {
18
let mut position = self.position().to_logical::<f64>(scale_factor);
19
20
position.x += visible_frame.origin.x - screen_frame.origin.x;
21
- position.y += visible_frame.origin.y - screen_frame.origin.y;
22
23
PhysicalRect {
24
size: LogicalSize::new(visible_frame.size.width, visible_frame.size.height)
0 commit comments