bitsdojo_window
bitsdojo_window copied to clipboard
Exception on Windows 7 because of call to `GetDpiForWindow` in dpi property
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.
See #100 and #139