diff --git a/sources/qetgraphicsitem/qetshapeitem.cpp b/sources/qetgraphicsitem/qetshapeitem.cpp index 37d0d5531..b4bb615e4 100644 --- a/sources/qetgraphicsitem/qetshapeitem.cpp +++ b/sources/qetgraphicsitem/qetshapeitem.cpp @@ -262,7 +262,7 @@ QPainterPath QetShapeItem::shape() const foreach(QRectF r, m_handler.handlerRect(vector)) path.addRect(r); } - path.addRect(path.boundingRect()); + return (path); }