fsprojects / Interstellar

Cross-platform desktop apps in F# using web tech - https://www.nuget.org/packages/Interstellar.Core/
https://fsprojects.github.io/Interstellar/
MIT License
43 stars 13 forks source link

Windows: High-DPI mode causes black banding and incorrect mouse positioning #25

Closed jwosty closed 2 years ago

jwosty commented 2 years ago

To reproduce:

  1. Open Windows Display settings
  2. Set scale to 125% (or presumably anything > 100%)
  3. Run the sample app

Observe that the entire UI is offset towards the bottom right, leaving a black band in the missing space, as well as incorrect mousing behavior.

Seems related to https://github.com/cefsharp/CefSharp/issues/1757.