Bug: LookAndFeel modification and TabbedComponent

Hi Jules,

If you change the LnF of a juce::TabbedComponent, only the visible panel change its LnF too.

juce::Component forward to all its children but the visible panel is the only children in TabbedComponent, so there should be some special handling for this in TabbedComponent, so all panel can be notified.

Thanks,

Ok, fair point, I’ll sort that out…