roxgib / anki-contanki

Contanki is an add-on for Anki which allows users to control Anki using a gamepad or other controller device. To install, visit AnkiWeb or use the install code 1898790263.
GNU Affero General Public License v3.0
37 stars 4 forks source link

Button icons in config not flashing for some users #75

Closed roxgib closed 11 months ago

roxgib commented 11 months ago

The buttons in the config light up when pressed, like this:

Screenshot 2023-12-07 at 7 57 55 pm

@x51mon reports this doesn't work, but unfortunately this wasn't picked up until the 'Controller' tab was added because that tab actually relies on the icons lighting up. Most likely it's a Qt issue with updating the icon pixmap on some platforms.

roxgib commented 11 months ago

With 09c1a83 we use a QGraphicsColorizeEffect rather than changing the pixmap. I believe this will be more reliable across platforms.

This fix is available in Beta 20. @x51mon if you don't mind giving this a try?

Edit: Latest is now Beta 21, hopefully this one makes it to AnkiWeb

x51mon commented 11 months ago

Latest is now Beta 21

Yes that is working great now, thank you.

roxgib commented 11 months ago

Great, thanks for testing