-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible Attract-Mode BUG: Listbox not fade correctly. #459
Comments
You are right, it seems it's a bug in the AM 2.4.0. The properties ListBox.sel_alpha, ListBox.selbg_alpha and functions ListBox.set_sel_rgb(), ListBox.set_selbg_rgb() update only on Transition.ToNewList. they do not update from tick() and other transitions. |
And there is no solution at the moment? Can not you think of anything? |
62c2a6e#diff-8f27264b8acedbb428a1b6ab211bf664R177 62c2a6e#diff-8f27264b8acedbb428a1b6ab211bf664R194 @mickelson Would you take a look at this bug please. I wouldn't like to mess with your commits. |
yes I will look |
- 62c2a6e exposed this bug which was caused by some sloppy coding double setting the variables that track selection text colours
Ok found the problem, it should be fixed now |
I use this code to fade a listbox after 3.5 seconds:
But it does not fade correctly.
The rest of the listbox fades correctly, but the selected field in the listbox remains visible.
It seems totally an Attract-Mode bug.
Does anyone know why this happens?
Is there any solution?
The text was updated successfully, but these errors were encountered: