DrawableText replaceColour

It might be useful if DrawableText had an override for replaceColour? Otherwise to change the colour of the text I need to do a dynamic cast from a Drawable and call setColour on it…

2 Likes

Hi Jim, Did you come up with your own solution to this? Looks like DrawableText still has no replaceColour() override on develop

cc/ @gjeffery

1 Like

After wasting some time debugging I also stumbled upon this very same issue :confused:

The fix is very simple.

2 Likes

Cross-posted, now also as a feature request: DrawableText::replaceColour

@jimc @martinrobinson-2 @gjeffery if it still bothers you then I invite you to vote for it and hopefully ROLI will take notice :slight_smile:

1 Like

I’m not sure I’m prepared to use my vote on it at the moment :wink:

1 Like