summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-05-07 23:13:25 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-05-07 23:13:25 (GMT)
commitdae02071a9e985b3ea847f08af6849ff2daad3c3 (patch)
tree1ee0831a43c3336a2d5f33f12f2673923525a22b /src/declarative
parent61b333d7ca037f7b54fa32b150652b49bc6766fd (diff)
downloadQt-dae02071a9e985b3ea847f08af6849ff2daad3c3.zip
Qt-dae02071a9e985b3ea847f08af6849ff2daad3c3.tar.gz
Qt-dae02071a9e985b3ea847f08af6849ff2daad3c3.tar.bz2
Fix double-click.
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/canvas/qsimplecanvas_graphicsview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/canvas/qsimplecanvas_graphicsview.cpp b/src/declarative/canvas/qsimplecanvas_graphicsview.cpp
index dd4012b..5c6f2f5 100644
--- a/src/declarative/canvas/qsimplecanvas_graphicsview.cpp
+++ b/src/declarative/canvas/qsimplecanvas_graphicsview.cpp
@@ -110,7 +110,6 @@ void QSimpleGraphicsItem::mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
p = p->parent();
}
owner->mouseReleaseEvent(event);
- ungrabMouse();
}
void QSimpleGraphicsItem::mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event)