--- a/VERSION.SHA1 Wed Apr 28 13:15:16 2010 +0300
+++ b/VERSION.SHA1 Thu Apr 29 15:15:16 2010 +0300
@@ -1,1 +1,1 @@
-8b4fb6db9a24f58dafbd4734d9c4a87a72f9ad8f
+9996a03743ab23f83c83c5bc7ade0f82f71b1506
--- a/src/gui/kernel/qapplication_s60.cpp Wed Apr 28 13:15:16 2010 +0300
+++ b/src/gui/kernel/qapplication_s60.cpp Thu Apr 29 15:15:16 2010 +0300
@@ -440,7 +440,7 @@
state |= Qt::TouchPointPrimary;
touchPoint.setState(state);
- QPointF screenPos = QPointF(event->iPosition.iX, event->iPosition.iY);
+ QPointF screenPos = qwidget->mapToGlobal(QPoint(event->iPosition.iX, event->iPosition.iY));
touchPoint.setScreenPos(screenPos);
touchPoint.setNormalizedPos(QPointF(screenPos.x() / screenGeometry.width(),
screenPos.y() / screenGeometry.height()));