supertuxkart / stk-code

The code base of supertuxkart
Other
4.36k stars 1.03k forks source link

Drawbackground in STKListBox is not working #5061

Open spongythecake opened 3 weeks ago

spongythecake commented 3 weeks ago

Part of GUIEngine code. An underlying listbox implementation was introduced by developers which overrides the Irrlicht version. Set background is a common feature to change the color of lists, however the STK versions has the option turned on but commented code disables it from it's potential.

https://github.com/supertuxkart/stk-code/blob/db2cc69d89f64bedb57a7c02cfb1d6993b55433a/src/guiengine/skin.cpp#L2067