ColinPitrat / caprice32

An emulator of the Amstrad CPC 8bit home computer range.
GNU General Public License v2.0
147 stars 32 forks source link

Load / Save - navigating folders and scrollbar issue #179

Closed AndyHOvine closed 4 years ago

AndyHOvine commented 4 years ago

On the Load / Save, when I navigate directories

image

If I click the Ovine folder, the list contents changes but the scrollbar position is incorrect. When you move it, it snaps back to the top where it should be.

image

This is a little confusion, could you update the scroll bar position to go to the correct place at the top when entering a folder?

ColinPitrat commented 4 years ago

Interesting, to occur this requires a directory in which you have to scroll down to find a directory that contains enough directories or files to require a scrollbar. Note to self: A good test case for me is /tmp.

ColinPitrat commented 4 years ago

This should now be fixed.