kivy-garden / garden.scrolllabel

Label implementation based on RecycleView to prevent black texture on mobile (when the text is too big)
MIT License
8 stars 3 forks source link

Fixing markup #1

Closed vitorio closed 9 years ago

vitorio commented 9 years ago

Hi!

Per this issue from September, markup doesn't seem to work in scrolllabels.

https://github.com/kivy/kivy/issues/3615

This pull request fixes that. The test case in the pastebin linked in that old issue, as well as my own code, now render markup correctly (tested only with colors, but nothing at all was working before).

Thanks, Vitorio

inclement commented 9 years ago

Thanks!