jrassa / EmulationStation

This is primarily a dev/working repo. All PRs should be submitted upstream.
MIT License
164 stars 33 forks source link

Grid View bug in Windows Build #102

Open ruckage opened 4 years ago

ruckage commented 4 years ago

Hey @jrassa , hope you're well.

I've been trying your latest windows build of ES but there seems to be an issue with Grid view where the grid images are squashed after selecting a tile. It looks like they may be being squashed in a way that matches the aspect ratio of the ES window if that helps but I can't be positive. I'm not sure if this is just a windows issue or if its affecting rpi as well.

Here's a video to illustrate the problem: IMAGE ALT TEXT HERE

ruckage commented 4 years ago

I went through some previous releases on Appveyor to narrow down when exactly this bug first occurred in Windows and it began happening with the commit on the 30/12/2019 that added 'marquee, image and video to gridview'. https://github.com/jrassa/EmulationStation/commit/6cd813ae672f258b8d6de123ec7acb53bf34594c

ruckage commented 4 years ago

I've also checked other gridview themes and the stretching always occurs but isn't always the same - most of my other gridview themes the stretching actually stretches the image to a square, I'll do some more investigating to try and understand exactly what's happening.