LookAndFeel & FileListComponent background

Hello,

 

I may have missed something but I can't figure out how to change the appearance of a FileListComponent background.

I tried:

this->setColour(FileListComponent::backgroundColourId, Colours::black);

But it had no effect.

An advice?

That should work, unless you're calling it on a different component? Try setting the colour in your look+feel object rather than the component itself.

Thanks! It's working.