Hi, I've been testing Piston with Glutin backend for weeks under Windows without problem and suddenly saw a problem when I switched to a decent OS (Linux).
So I investigated and realized the dpi_factor was applied incorrectly in the handler of resize events. This PR fixes the issue on my Linux box but I haven't tested it back on the Windows.
Hi, I've been testing Piston with Glutin backend for weeks under Windows without problem and suddenly saw a problem when I switched to a decent OS (Linux).
So I investigated and realized the dpi_factor was applied incorrectly in the handler of resize events. This PR fixes the issue on my Linux box but I haven't tested it back on the Windows.
Cheers!