OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 1
#70
It seems moving the check to CGUITextLayout::RenderScrolling fixes it, but I suspect that'll only work for labels... I need to investigate.

Edit: okay, this also works for RSS etc. Updated patch: https://github.com/anaconda/xbmc/commit/...7946b4e1cf
Previous patch was only stopping the scroll position from being updated, but apparently that's not enough (it's still redrawing it, nice). Additional change to GUITextLayout.cpp prevents actual rendering.

Side note - while testing this I've noticed the following:
* everything is fine when "Skin" on the left is selected http://i.imgur.com/YgMmwTG.png
* moving on the right causes "Skin" on the left to be continuously marked dirty (???) http://i.imgur.com/jmHukdn.png


Messages In This Thread
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - by menakite - 2014-12-22, 20:43
Missing splash video - by Dinos52 - 2015-02-09, 21:02
MVC Support - by woronczak - 2015-03-12, 05:28
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 112