lassoComponent colour problem

In order to modify the colours of a lasso component one needs create an entirely new look and feel. Why were lassoFillColourId and lassoOutlineColourId replaced with constants?

Gentle bump. It would be nice to have this change in the next release…

Sorry to keep beating the same old drum here, but can this be updated?

Are you sure creating a new LookAndFeel is required? Calling setColour seems to do it for me.

lasso.setColour (decltype(lasso)::ColourIds::lassoOutlineColourId, juce::Colours::red);

I’ll now start beating myself over the head with said drum…

Thanks @attila, it does indeed work :person_facepalming: