Hey there,

I have a QGraphicsLinearLayout in a QGraphicsScene.

- I'm adding a QGraphicsWidget into it.
- I'm adding another QGraphicsWidget into it.
- I'm hiding the first QGraphicsWidget.

For some reason even when calling invalidate the layout doesn't relayout and the hidden item shows a blank area.

Anyone had that issue?