bitsdojo_window icon indicating copy to clipboard operation
bitsdojo_window copied to clipboard

Exception on Windows 7 because of call to `GetDpiForWindow` in dpi property

Open timsneath opened this issue 2 years ago • 1 comments

See https://github.com/timsneath/win32/issues/374 for full report.

It would be relatively easy to detect the Windows build version and based on that return a default (96) or the results of the API call. However, I don't know if you intend to support < Windows 10 or not.

timsneath avatar Mar 08 '22 20:03 timsneath

See #100 and #139

abutcher-gh avatar May 10 '22 10:05 abutcher-gh