TabbedComponent::lookAndFeelChanged() function is sending lookAndFeelChanged to all its tabContentComponents… In case where my content component didn’t override lookandfeelchanged() , i expect it should still sendLookAndFeel change to its children as Component::sendlookAndFeelChange() does…
As TabbedComponent::lookAndFeelChanged() is calling lookAndFeelChanged () on its tab content components, it doesn’t call for all the components it has…
Component::sendLookAndFeelChange() is calling lookandfeelchanged() for all the children, so tabbedcomponent’s current tab’s children gets lookandfeelchanged() …
