Themaister / RetroArch-Phoenix

Simple GUI frontend for RetroArch using Phoenix
28 stars 9 forks source link

Input bind list shouldn't scroll back after assignment #6

Closed Jalle19 closed 12 years ago

Jalle19 commented 12 years ago

Under "Input settings", if you scroll to the bottom of the list (e.g. to bind the analog stick) and bind a button, the list is immediately scrolled to the top again. This gets a bit frustrating after a while.

Ideally the list of bindings should flow with the window the window is resized, this way the scrollbar would disappear on reasonably high-res screens.

Themaister commented 12 years ago

Both issues are related to how Phoenix does things. I might be able to work around it at some later time.

Themaister commented 12 years ago

Scrolling issue is fixed. Resizing issue cannot be fixed at this time as Phoenix appears to have a bug related to automatic sizing inside containers.