In the past I could draw a text inside a table view cell with a different color, depending on the cell state (selected or not) by using a text renderer object.
With the current master branch, this is not possible anymore, since the table view cell drawing is not updated correctly.
Example
I've updated the Example project to reproduce the problem here. The text renderer should draw the text in white color if the cell is selected, otherwise the title should be black. The problem is that the title color gets not updated correctly - after deselecting a cell, the title is still white and after selecting the title is still black.
In the past I could draw a text inside a table view cell with a different color, depending on the cell state (selected or not) by using a text renderer object.
With the current master branch, this is not possible anymore, since the table view cell drawing is not updated correctly.
Example I've updated the Example project to reproduce the problem here. The text renderer should draw the text in white color if the cell is selected, otherwise the title should be black. The problem is that the title color gets not updated correctly - after deselecting a cell, the title is still white and after selecting the title is still black.