Fix Windows overlay scaling bounds (#34)

This commit is contained in:
2026-03-25 16:30:11 -07:00
committed by GitHub
parent 842008b089
commit 5ee4617607
4 changed files with 68 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
type: fixed
area: overlay
- Fixed Windows overlay window tracking on scaled displays by converting native tracked window bounds to Electron DIP coordinates before applying overlay bounds.