Hi,

I use the QGraphicsItem::ItemClipsChildrenToShape flag in a QGraphicsItemGroup to be sure that its children are painted only inside the group and their shape is cut outside the group. Having updated from 4.6.3 to 4.7.1 I can't see any items painted inside the group (when the QGraphicsItem::ItemClipsChildrenToShape flag is enabled).

Found the problem http://bugreports.qt.nokia.com/browse/QTBUG-9024

Any suggestions to take that in ?