2010-17 9996a03743ab23f83c83c5bc7ade0f82f71b1506 RCL_3 PDK_3.0.0 PDK_3.0.1 PDK_3.0.2 PDK_3.0.3 PDK_3.0.4 PDK_3.0.i
authorEckhart Koeppen <eckhart.koppen@nokia.com>
Thu, 29 Apr 2010 15:15:16 +0300
branchRCL_3
changeset 17 4b6ee5efea19
parent 16 b25b6dc3ff8b
2010-17 9996a03743ab23f83c83c5bc7ade0f82f71b1506
VERSION.SHA1
src/gui/kernel/qapplication_s60.cpp
--- 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()));