Themaister / RetroArch-Phoenix

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

Cancel input button initially enabled on Windows #14

Open Sintendo opened 11 years ago

Sintendo commented 11 years ago

I noticed that on Windows, the 'Cancel input' button on the input settings screen does not start out disabled, even though cancel_poll_btn.setEnabled(false) was called. On Linux it works fine, so it might be a bug in phoenix Windows implementation.

Also, double clicking a button for configuration and then closing the window does not cancel the input as it should.