From b143675ba1c77e6383367bdeaae4be5c791f4476 Mon Sep 17 00:00:00 2001 From: blacksun Date: Thu, 20 Oct 2016 19:01:15 +0000 Subject: [PATCH] minor git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4755 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetgraphicsitem/qetshapeitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }