Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Table view cell drawing not updated correctly. #123

@brutella

Description

@brutella

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions