WorldWideTelescope / wwt-windows-client

WorldWide Telescope Windows Application
Other
179 stars 55 forks source link

Workaround for jagged lines on HiDPI displays #204

Closed Carifio24 closed 2 years ago

Carifio24 commented 2 years ago

On HiDPI displays, jagged lines can appear when the client opens, but disappear on a window resize - see #192. This PR provides a workaround for that issue by explicitly calling OnResize at the end of the constructor for the main window.

astrodavid10 commented 2 years ago

This workaround fix does not seem to be working in 6.0.908.0 as I am still seeming jagged lines on HiDPI displays - it does, however, work in the build that @Carifio24 sent me.