I just updated to 8.0.7 and suddenly the text colour of TextEditor behaves strangely.
I add coloured text like this:
textEditor.setColour(juce::TextEditor::textColourId, wantedColour);
textEditor.moveCaretToEnd();
textEditor.insertTextAtCaret(wantedText + "\n");
In 8.0.6 every line has a different colour.
In 8.0.7 it suddenly looks like this:
![]()
I guess that’s not what’s supposed to happen, right?
Edit: And while I’m at it, textEditor.setLineSpacing(...) does not seem to work anymore either.
