twui icon indicating copy to clipboard operation
twui copied to clipboard

Table view cell drawing not updated correctly.

Open brutella opened this issue 12 years ago • 1 comments

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.

brutella avatar Jul 12 '12 21:07 brutella

Yeah, I see this too. Except with status indicators. Not sure why though.

avaidyam avatar Jul 15 '12 06:07 avaidyam