I don't see why this should matter?the item is not drawn at the mouse press position because I set QGraphicsItem::ItemIgnoresTransformations flag
The flag means that the item doesn't scale.
But its position stays the same in the parent coordinates, and the item coordinates remain the item coordinates.
Bookmarks