If, in a RenderObject method (let's say addChild() or layout()), I change a style property that should be inherited (for instance style()->setColor()), the corresponding style property of the children is not updated. What should I do to propagate the style change? I tried unsuccessfully setNeedsStyleRecalc(). François Sausset