Kodi Community Forum

Full Version: Minor change for wraplist focusedlayout
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

In adding better background loading support within containers, I've refactored the rendering methods for lists and the result is that wraplists now render the focusedlayout even when unfocused, just like the other lists.

Basically it means that anything that you have different for when focused will need a <visible> condition of Control.HasFocus(list_id).

Let me know if there's any problems.

Cheers,
Jonathan
Thank you for the update will help.